diff options
| author | Jim Blandy | 1993-02-22 15:10:16 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-02-22 15:10:16 +0000 |
| commit | 3d5d61aef42f863d5297084dd5038fd6ada502e9 (patch) | |
| tree | 7583af34f0a620e409b46c875192869113366415 /src | |
| parent | f1b2821874f1024a977c48eebc3fcc874505bbf5 (diff) | |
| download | emacs-3d5d61aef42f863d5297084dd5038fd6ada502e9.tar.gz emacs-3d5d61aef42f863d5297084dd5038fd6ada502e9.zip | |
* xrdb.c (getuid): Remove declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xrdb.c | 6 |
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 | ||
| 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 | ||