diff options
Diffstat (limited to 'sysdeps/unix/sysv/irix4/getgroups.c')
-rw-r--r-- | sysdeps/unix/sysv/irix4/getgroups.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/irix4/getgroups.c b/sysdeps/unix/sysv/irix4/getgroups.c index 520805314b..4c859eac83 100644 --- a/sysdeps/unix/sysv/irix4/getgroups.c +++ b/sysdeps/unix/sysv/irix4/getgroups.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1995, 1997, 2004 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 @@ -20,7 +20,7 @@ #include <sys/types.h> #include <grp.h> -extern int __syssgi __P ((int, ...)); +extern int __syssgi (int, ...); /* Set the group set for the current user to GROUPS (N of them). */ int |