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/id.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/id.c') 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 #endif /* not _POSIX_VERSION */ -char *xmalloc (); int getugroups (); static void print_user __P ((int uid)); -- cgit v1.2.3-54-g00ecf