From: Jim Meyering Date: Fri, 10 Jan 2003 21:38:20 +0000 (+0000) Subject: Don't declare xmalloc directly. X-Git-Tag: v4.5.5~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200a73de4fe0dd4231c0d913f1ade3123c005b1a;p=thirdparty%2Fcoreutils.git Don't declare xmalloc directly. Include "xalloc.h" instead. --- 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