changeset 8775:36f01bbb7d71

(getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Sep 1994 07:51:10 +0000
parents ade4b542a74c
children 290f584b7bb1
files src/xrdb.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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