X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetugroups.h;h=9df9952b199ae41b451849130ab1eaaf3675b8af;hb=bf552416ee94157bd9aa4045b1622234fcf28e91;hp=837bddc13e2b3c2da1eac034368651e8a299b352;hpb=c471cb38f3b7a9011f58d585dbdb0057e7bbd331;p=gnulib.git diff --git a/lib/getugroups.h b/lib/getugroups.h index 837bddc13..9df9952b1 100644 --- a/lib/getugroups.h +++ b/lib/getugroups.h @@ -1,10 +1,10 @@ /* Get a list of group IDs associated with a specified user ID. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,10 +12,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #include -int getugroups (int maxcount, GETGROUPS_T *grouplist, char const *username, - gid_t gid); +int getugroups (int maxcount, gid_t *grouplist, char const *username, + gid_t gid);