aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-08 13:26:12 -0700
committerDan Nicolaescu2010-08-08 13:26:12 -0700
commit25717ca11cae32e191e3dc9318562190d682f425 (patch)
tree755e6467f81a0dfb9617c8d53e8e3ed05c0b0826 /src
parent1b6d8cf08b0e2efa475df6abb4bdedb0b367d853 (diff)
downloademacs-25717ca11cae32e191e3dc9318562190d682f425.tar.gz
emacs-25717ca11cae32e191e3dc9318562190d682f425.zip
* src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/s/freebsd.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bf094a12d96..882a4ed093e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-08-08 Dan Nicolaescu <dann@ics.uci.edu> 12010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
4
3 * xrdb.c: Remove include guard. Remove 5 * xrdb.c: Remove include guard. Remove
4 DECLARE_GETPWUID_WITH_UID_T conditional it had no effect. 6 DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
5 Remove #if 0 code. Replace malloc->xmalloc, free->xfree, 7 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 9082935db07..cfed343d6c5 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -28,7 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
28#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 28#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
29 29
30#define HAVE_GETLOADAVG 1 30#define HAVE_GETLOADAVG 1
31#define DECLARE_GETPWUID_WITH_UID_T
32 31
33/* This silences a few compilation warnings. */ 32/* This silences a few compilation warnings. */
34#undef BSD_SYSTEM 33#undef BSD_SYSTEM