]> git.eshelyaron.com Git - emacs.git/commitdiff
(getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Sep 1994 07:51:10 +0000 (07:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Sep 1994 07:51:10 +0000 (07:51 +0000)
src/xrdb.c

index 60f3e415d62d1b01e4a55589fa26a5b77cef448f..c41caa9c8a18ee57484b0841a24f30e02dd80094 100644 (file)
@@ -71,7 +71,7 @@ extern short getuid ();               /* If this causes portability problems,
                                   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