diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xrdb.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xrdb.c b/src/xrdb.c index f241a079c4e..8de78ae7abd 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -54,9 +54,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 54 | #endif | 54 | #endif |
| 55 | 55 | ||
| 56 | extern char *getenv (); | 56 | extern char *getenv (); |
| 57 | |||
| 58 | /* This does cause trouble on AIX. I'm going to take the comment at | ||
| 59 | face value. */ | ||
| 60 | #if 0 | ||
| 57 | extern short getuid (); /* If this causes portability problems, | 61 | extern short getuid (); /* If this causes portability problems, |
| 58 | I think we should just delete it; it'll | 62 | I think we should just delete it; it'll |
| 59 | default to `int' anyway. */ | 63 | default to `int' anyway. */ |
| 64 | #endif | ||
| 65 | |||
| 60 | extern struct passwd *getpwuid (); | 66 | extern struct passwd *getpwuid (); |
| 61 | extern struct passwd *getpwnam (); | 67 | extern struct passwd *getpwnam (); |
| 62 | 68 | ||