changeset 8776:290f584b7bb1

(getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Sep 1994 07:51:25 +0000
parents 36f01bbb7d71
children aa4159cad5ed
files src/filelock.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/filelock.c	Fri Sep 16 07:51:10 1994 +0000
+++ b/src/filelock.c	Fri Sep 16 07:51:25 1994 +0000
@@ -59,7 +59,7 @@
 extern char *egetenv ();
 extern char *strcpy ();
 
-#if defined (__bsdi__) || defined (DECLARE_GETPWUID_WITH_UID_T)
+#ifdef DECLARE_GETPWUID_WITH_UID_T
 extern struct passwd *getpwuid (uid_t);
 #else
 extern struct passwd *getpwuid ();