summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 06:31:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 06:31:39 +0000
commit4e3779893f81b3793ff10ee98d705bf5353ad646 (patch)
tree04dbb67cbf73f446f8d5bf9ce8de2de1351c976f /include
parentd9c3cfb552ce31f1d56ad8bf81c035650ce99f17 (diff)
iruserok() can finally safely use a u_int32_t for the ip addr
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index ae4f7aa967b..ecb84e849ff 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,5 @@
-/* $NetBSD: unistd.h,v 1.26 1995/11/22 23:07:19 cgd Exp $ */
+/* $OpenBSD: unistd.h,v 1.6 1996/06/10 06:31:34 deraadt Exp $ */
+/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -127,7 +128,7 @@ char *getpass __P((const char *));
char *getusershell __P((void));
char *getwd __P((char *)); /* obsoleted by getcwd() */
int initgroups __P((const char *, gid_t));
-int iruserok __P((u_long, int, const char *, const char *));
+int iruserok __P((u_int32_t, int, const char *, const char *));
int mknod __P((const char *, mode_t, dev_t));
int mkstemp __P((char *));
char *mktemp __P((char *));