summaryrefslogtreecommitdiff
path: root/src/filelock.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-16 07:51:25 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-16 07:51:25 +0000
commitf2aeb0d1df487486eea02503c9b16281463b1660 (patch)
tree2d32c30009fdcce578be4c75f18c0f00f7fd39b7 /src/filelock.c
parentcfcf133ac20554554c5b54197eec4b74216d1c09 (diff)
downloademacs-f2aeb0d1df487486eea02503c9b16281463b1660.tar.gz
(getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 68c10834422..dd331de57c0 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -59,7 +59,7 @@ extern int errno;
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 ();