diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-05-23 00:12:59 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-05-23 00:12:59 +0000 |
commit | 3ca23680365487ec5d66af7d6a3773fc25252570 (patch) | |
tree | 26f685e4b7dea4caf9c0d7845f26c5d4ba7b5f11 /include/unistd.h | |
parent | 3913f00618011b83d45291dc3e1d7a80ffc81cb2 (diff) |
Remove iruserok(_sa)? and __ivaliduser(sa)?
ok millert@ deraadt@
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/unistd.h b/include/unistd.h index 6a8fb9a58f9..3cfe9a6e023 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.100 2015/10/09 01:26:40 deraadt Exp $ */ +/* $OpenBSD: unistd.h,v 1.101 2016/05/23 00:12:58 guenther Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -500,8 +500,6 @@ int getresuid(uid_t *, uid_t *, uid_t *); pid_t getthrid(void); char *getusershell(void); int initgroups(const char *, gid_t); -int iruserok(u_int32_t, int, const char *, const char *); -int iruserok_sa(const void *, int, int, const char *, const char *); int issetugid(void); char *mkdtemp(char *); int mkstemps(char *, int); |