aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-02-22 15:10:16 +0000
committerJim Blandy1993-02-22 15:10:16 +0000
commit3d5d61aef42f863d5297084dd5038fd6ada502e9 (patch)
tree7583af34f0a620e409b46c875192869113366415 /src
parentf1b2821874f1024a977c48eebc3fcc874505bbf5 (diff)
downloademacs-3d5d61aef42f863d5297084dd5038fd6ada502e9.tar.gz
emacs-3d5d61aef42f863d5297084dd5038fd6ada502e9.zip
* xrdb.c (getuid): Remove declaration.
Diffstat (limited to 'src')
-rw-r--r--src/xrdb.c6
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. */
54#endif 54#endif
55 55
56extern char *getenv (); 56extern char *getenv ();
57
58/* This does cause trouble on AIX. I'm going to take the comment at
59 face value. */
60#if 0
57extern short getuid (); /* If this causes portability problems, 61extern 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
60extern struct passwd *getpwuid (); 66extern struct passwd *getpwuid ();
61extern struct passwd *getpwnam (); 67extern struct passwd *getpwnam ();
62 68