diff options
Diffstat (limited to 'sysdeps/generic/getgroups.c')
-rw-r--r-- | sysdeps/generic/getgroups.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/getgroups.c b/sysdeps/generic/getgroups.c index d9970f0..d5868cc 100644 --- a/sysdeps/generic/getgroups.c +++ b/sysdeps/generic/getgroups.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991,1992,1995,1996,1997,2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -40,7 +40,7 @@ __getgroups (size, list) return -1; } -#if defined (HAVE_GNU_LD) && !(defined (NGROUPS_MAX) && NGROUPS_MAX == 0) +#if !(defined (NGROUPS_MAX) && NGROUPS_MAX == 0) stub_warning (getgroups); #endif |