diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xrdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xrdb.c b/src/xrdb.c index 106eccaba4c..7bced538a8b 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -65,7 +65,7 @@ extern short getuid (); /* If this causes portability problems, | |||
| 65 | default to `int' anyway. */ | 65 | default to `int' anyway. */ |
| 66 | #endif | 66 | #endif |
| 67 | 67 | ||
| 68 | #ifdef __bsdi__ | 68 | #if defined (__bsdi__) || defined (DECLARE_GETPWUID_WITH_UID_T) |
| 69 | extern struct passwd *getpwuid (uid_t); | 69 | extern struct passwd *getpwuid (uid_t); |
| 70 | extern struct passwd *getpwnam (const char *); | 70 | extern struct passwd *getpwnam (const char *); |
| 71 | #else | 71 | #else |