From 200a73de4fe0dd4231c0d913f1ade3123c005b1a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Jan 2003 21:38:20 +0000 Subject: [PATCH] Don't declare xmalloc directly. Include "xalloc.h" instead. --- lib/getgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getgroups.c b/lib/getgroups.c index 4e0d53a0b7..07607e59ec 100644 --- a/lib/getgroups.c +++ b/lib/getgroups.c @@ -21,7 +21,7 @@ #include #include -char *xmalloc (); +#include "xalloc.h" /* On at least Ultrix 4.3 and NextStep 3.2, getgroups (0, 0) always fails. On other systems, it returns the number of supplemental groups for the -- 2.47.2