comparison 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
comparison
equal deleted inserted replaced
1933:63ba4f555b90 1934:458a1fceb462
52 #ifndef MAXPATHLEN 52 #ifndef MAXPATHLEN
53 #define MAXPATHLEN 256 53 #define MAXPATHLEN 256
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
63 static char * 69 static char *
64 gethomedir (dirname) 70 gethomedir (dirname)