* src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.

This commit is contained in:
Dan Nicolaescu 2010-08-08 13:26:12 -07:00
parent 1b6d8cf08b
commit 25717ca11c
3 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,6 @@ CLASH_DETECTION
DATA_SEG_BITS
DATA_START
DBL_MIN_REPLACEMENT
DECLARE_GETPWUID_WITH_UID_T
DEFAULT_SOUND_DEVICE
DEVICE_SEP
DIRECTORY_SEP

View file

@ -1,5 +1,7 @@
2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
* s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
* xrdb.c: Remove include guard. Remove
DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
Remove #if 0 code. Replace malloc->xmalloc, free->xfree,

View file

@ -28,7 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
#define HAVE_GETLOADAVG 1
#define DECLARE_GETPWUID_WITH_UID_T
/* This silences a few compilation warnings. */
#undef BSD_SYSTEM