From b3ab88e9707c43617efb5f85fd90de2f39bce6a6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 22:03:20 +0000 Subject: Remove old-style xmalloc and xrealloc decls. --- src/users.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/users.c') 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; -- cgit v1.2.3-54-g00ecf