summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43/setregid.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/compat-43/setregid.c')
-rw-r--r--lib/libc/compat-43/setregid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/setregid.c b/lib/libc/compat-43/setregid.c
index 66ffe347b1d..ee25b1ac0b3 100644
--- a/lib/libc/compat-43/setregid.c
+++ b/lib/libc/compat-43/setregid.c
@@ -32,13 +32,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: setregid.c,v 1.3 1997/01/19 22:32:14 graichen Exp $";
+static char *rcsid = "$OpenBSD: setregid.c,v 1.4 2002/02/16 21:27:21 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <unistd.h>
-extern int __setregid __P((gid_t, gid_t));
+extern int __setregid(gid_t, gid_t);
#ifndef NO_WARN_REFERENCES
__warn_references(setregid, "warning: this program uses setregid(), which is deprecated.");