]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/id.c: Include "getugroups.h" rather than declaring manually.
authorJim Meyering <jim@meyering.net>
Thu, 5 Jul 2007 12:44:20 +0000 (14:44 +0200)
committerJim Meyering <jim@meyering.net>
Thu, 5 Jul 2007 12:44:20 +0000 (14:44 +0200)
ChangeLog
src/id.c

index 6f54ea1b2ff040f04087d2ce4ff3734a02507a90..2c661a52ef12e3fc82046dfa4613595eb922dd4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-05  Jim Meyering  <jim@meyering.net>
+
+       * src/id.c: Include "getugroups.h" rather than declaring manually.
+
 2007-07-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: pr -F no longer suppresses the footer or the first two blank
index 282cc46d78f5052a8ad6459ca0df9ff9163ebb54..208775eb59dfee49823530f26191907d113703bf 100644 (file)
--- 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;