Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Sep 1998 18:45:17 +0000 (18:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Sep 1998 18:45:17 +0000 (18:45 +0000)
* grp/initgroups.c: Include stdlib.h.
Patch by Zack Weinberg.

ChangeLog
grp/initgroups.c

index 78985b5..e8ba7be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
        * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
        * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
 
+       * grp/initgroups.c: Include stdlib.h.
+       Patch by Zack Weinberg.
+
 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
 
        * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
index 082c49f..b770807 100644 (file)
@@ -20,6 +20,7 @@
 #include <errno.h>
 #include <grp.h>
 #include <limits.h>
+#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 #include <sys/types.h>