summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-10 21:38:20 +0000
committerJim Meyering <jim@meyering.net>2003-01-10 21:38:20 +0000
commit200a73de4fe0dd4231c0d913f1ade3123c005b1a (patch)
treef67baaa21073aab5216b94a8a594a92e6c34919f
parent2e62c8ab0383234e2dadf74ca4c84cf8d27ea6e0 (diff)
downloadcoreutils-200a73de4fe0dd4231c0d913f1ade3123c005b1a.tar.xz
Don't declare xmalloc directly.
Include "xalloc.h" instead.
-rw-r--r--lib/getgroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getgroups.c b/lib/getgroups.c
index 4e0d53a0b..07607e59e 100644
--- a/lib/getgroups.c
+++ b/lib/getgroups.c
@@ -21,7 +21,7 @@
#include <stdio.h>
#include <sys/types.h>
-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