summaryrefslogtreecommitdiff
path: root/src/id.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 22:03:20 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 22:03:20 +0000
commitb3ab88e9707c43617efb5f85fd90de2f39bce6a6 (patch)
treecf9eddc67452f7e9542090ed09d37fb0082ccb2d /src/id.c
parente2609be24831bb21b25cce09f3a0b3674287dfc0 (diff)
downloadcoreutils-b3ab88e9707c43617efb5f85fd90de2f39bce6a6.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/id.c b/src/id.c
index 1b9a19db4..08a236c1e 100644
--- a/src/id.c
+++ b/src/id.c
@@ -1,5 +1,5 @@
/* id -- print real and effective UIDs and GIDs
- Copyright (C) 1989-1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1989-1995, 1996, 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -42,7 +42,6 @@ gid_t getegid ();
# include <sys/param.h>
#endif /* not _POSIX_VERSION */
-char *xmalloc ();
int getugroups ();
static void print_user __P ((int uid));