# HG changeset patch # User Richard M. Stallman # Date 779701870 0 # Node ID 36f01bbb7d71607594a7036266ec0914e51a3ebc # Parent ade4b542a74cdde647bf6623ebc26f9025055060 (getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__. diff -r ade4b542a74c -r 36f01bbb7d71 src/xrdb.c --- a/src/xrdb.c Fri Sep 16 04:54:58 1994 +0000 +++ b/src/xrdb.c Fri Sep 16 07:51:10 1994 +0000 @@ -71,7 +71,7 @@ default to `int' anyway. */ #endif -#if defined (__bsdi__) || defined (DECLARE_GETPWUID_WITH_UID_T) +#ifdef DECLARE_GETPWUID_WITH_UID_T extern struct passwd *getpwuid (uid_t); extern struct passwd *getpwnam (const char *); #else