summaryrefslogtreecommitdiff
path: root/src/users.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/users.c
parente2609be24831bb21b25cce09f3a0b3674287dfc0 (diff)
downloadcoreutils-b3ab88e9707c43617efb5f85fd90de2f39bce6a6.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/users.c')
-rw-r--r--src/users.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/users.c b/src/users.c
index a3d6d7bf6..a9691bc38 100644
--- a/src/users.c
+++ b/src/users.c
@@ -24,8 +24,6 @@
#include "error.h"
#include "readutmp.h"
-char *xmalloc ();
-
/* The name this program was run with. */
char *program_name;