diff src/xrdb.c @ 1934:458a1fceb462

* xrdb.c (getuid): Remove declaration.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 15:10:16 +0000
parents 517c3893ec5b
children 616aeb5c1432
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 ();