# HG changeset patch # User Jim Blandy # Date 730393816 0 # Node ID 458a1fceb462d259ee367c2e3da75bc5b941dd6f # Parent 63ba4f555b903e4639b7300f5439a315f4d83565 * xrdb.c (getuid): Remove declaration. diff -r 63ba4f555b90 -r 458a1fceb462 src/xrdb.c --- a/src/xrdb.c Mon Feb 22 15:09:33 1993 +0000 +++ b/src/xrdb.c Mon Feb 22 15:10:16 1993 +0000 @@ -54,9 +54,15 @@ #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 ();