From: Ulrich Drepper Date: Mon, 14 Sep 1998 18:45:17 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_96~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1590ba5303470ec70dda95fe31d737c9e6246b;p=thirdparty%2Fglibc.git Update. * grp/initgroups.c: Include stdlib.h. Patch by Zack Weinberg. --- diff --git a/ChangeLog b/ChangeLog index 78985b5f0bf..e8ba7be89a7 100644 --- 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 * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour diff --git a/grp/initgroups.c b/grp/initgroups.c index 082c49fa4f5..b7708077b60 100644 --- a/grp/initgroups.c +++ b/grp/initgroups.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include