From: Jim Meyering Date: Thu, 5 Jul 2007 12:44:20 +0000 (+0200) Subject: * src/id.c: Include "getugroups.h" rather than declaring manually. X-Git-Tag: v6.9.89~254 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25e9ed13540469292ef77bef8e373ad0d9bcf1d9;p=thirdparty%2Fcoreutils.git * src/id.c: Include "getugroups.h" rather than declaring manually. --- diff --git a/ChangeLog b/ChangeLog index 6f54ea1b2f..2c661a52ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-05 Jim Meyering + + * src/id.c: Include "getugroups.h" rather than declaring manually. + 2007-07-04 Paul Eggert * NEWS: pr -F no longer suppresses the footer or the first two blank diff --git a/src/id.c b/src/id.c index 282cc46d78..208775eb59 100644 --- a/src/id.c +++ b/src/id.c @@ -29,6 +29,7 @@ #include "system.h" #include "error.h" +#include "getugroups.h" #include "quote.h" /* The official name of this program (e.g., no `g' prefix). */ @@ -36,8 +37,6 @@ #define AUTHORS "Arnold Robbins", "David MacKenzie" -int getugroups (); - /* If nonzero, output only the SELinux context. -Z */ static int just_context = 0;