diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-10 15:34:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-10 15:34:45 +0000 |
commit | d7176770d484898b68deb9bbbd4c3bcf888a9b15 (patch) | |
tree | 231b29ec1e9e216267ae69b3b69666b134725ce3 | |
parent | fe27c7d14eaae20ef17a3da376513ec6f769564f (diff) | |
download | coreutils-d7176770d484898b68deb9bbbd4c3bcf888a9b15.tar.xz |
*** empty log message ***
-rw-r--r-- | src/id.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -231,6 +231,8 @@ print_group (int gid) #if HAVE_GETGROUPS +/* FIXME: document */ + static int xgetgroups (const char *username, gid_t gid, int *n_groups, GETGROUPS_T **groups) |