Mercurial > emacs
changeset 1934:458a1fceb462
* xrdb.c (getuid): Remove declaration.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 22 Feb 1993 15:10:16 +0000 |
parents | 63ba4f555b90 |
children | 047e196658fa |
files | src/xrdb.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ();