diff options
Diffstat (limited to 'uidswap.h')
-rw-r--r-- | uidswap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uidswap.h b/uidswap.h index 1c1163d7545fd..4ac91aa0471ac 100644 --- a/uidswap.h +++ b/uidswap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uidswap.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */ +/* $OpenBSD: uidswap.h,v 1.14 2018/07/18 11:34:05 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -15,4 +15,3 @@ void temporarily_use_uid(struct passwd *); void restore_uid(void); void permanently_set_uid(struct passwd *); -void permanently_drop_suid(uid_t); |