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 /lib/libc/hidden | |
parent | 3913f00618011b83d45291dc3e1d7a80ffc81cb2 (diff) |
Remove iruserok(_sa)? and __ivaliduser(sa)?
ok millert@ deraadt@
Diffstat (limited to 'lib/libc/hidden')
-rw-r--r-- | lib/libc/hidden/unistd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/hidden/unistd.h b/lib/libc/hidden/unistd.h index a7ac1a5824e..6eed324f9f9 100644 --- a/lib/libc/hidden/unistd.h +++ b/lib/libc/hidden/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.8 2016/05/07 19:05:22 guenther Exp $ */ +/* $OpenBSD: unistd.h,v 1.9 2016/05/23 00:12:58 guenther Exp $ */ /* * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> * @@ -91,8 +91,6 @@ PROTO_NORMAL(getuid); PROTO_DEPRECATED(getusershell); PROTO_DEPRECATED(getwd); PROTO_NORMAL(initgroups); -PROTO_DEPRECATED(iruserok); -PROTO_NORMAL(iruserok_sa); PROTO_NORMAL(isatty); PROTO_NORMAL(issetugid); PROTO_NORMAL(lchown); |