getgroups: avoid calling exit
[gnulib.git] / modules / getgroups
index 94e5d6d..472d20e 100644 (file)
@@ -6,13 +6,13 @@ lib/getgroups.c
 m4/getgroups.m4
 
 Depends-on:
-xalloc
+malloc-posix
+unistd
 
 configure.ac:
 gl_FUNC_GETGROUPS
 
 Makefile.am:
-EXTRA_DIST += getgroups.c
 
 Include:
 <unistd.h>
@@ -21,5 +21,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
-
+Jim Meyering, Eric Blake