X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetugroups.c;h=e102f21ca1e90e70065713a15d8d84a20015fe25;hb=3aa0d4da24ba7b52282b1d124b4118e4e8a46a2b;hp=4b8752f6b669d564f04561e3bb3bba07d19feb87;hpb=a76230b70f5f81c63fbb43debf8d690885537de4;p=gnulib.git diff --git a/lib/getugroups.c b/lib/getugroups.c index 4b8752f6b..e102f21ca 100644 --- a/lib/getugroups.c +++ b/lib/getugroups.c @@ -1,6 +1,6 @@ /* getugroups.c -- return a list of the groups a user is in - Copyright (C) 1990, 1991, 1998-2000, 2003-2007 Free Software Foundation. + Copyright (C) 1990, 1991, 1998-2000, 2003-2008 Free Software Foundation. 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 @@ -28,9 +28,6 @@ #include #include -#ifndef EOVERFLOW -# define EOVERFLOW EINVAL -#endif /* Some old header files might not declare setgrent, getgrent, and endgrent. If you don't have them at all, we can't implement this function.