1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 16:19:23 +02:00

* src/id.c: Include "getugroups.h" rather than declaring manually.

This commit is contained in:
Jim Meyering
2007-07-05 14:44:20 +02:00
parent 4b9ab62580
commit 25e9ed1354
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -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
+1 -2
View File
@@ -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;