diff options
Diffstat (limited to 'src/xrdb.c')
-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. */ #endif extern char *getenv (); + +/* This does cause trouble on AIX. I'm going to take the comment at + face value. */ +#if 0 extern short getuid (); /* If this causes portability problems, I think we should just delete it; it'll default to `int' anyway. */ +#endif + extern struct passwd *getpwuid (); extern struct passwd *getpwnam (); |