diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-20 14:35:19 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-20 14:35:19 +0000 |
commit | 8e77cc5a8bd032a6840957e0a914f3230b99542f (patch) | |
tree | e0e0ad06630016efecef919f487dee0d6259e815 /usr.bin/sudo | |
parent | 88c84a34b906f3c072bc9f5001a0831bd3a7c1d9 (diff) |
Revert some $OpenBSD$ additions about which there are doubts.
Suggested by deraadt@
Diffstat (limited to 'usr.bin/sudo')
-rw-r--r-- | usr.bin/sudo/audit.c | 1 | ||||
-rw-r--r-- | usr.bin/sudo/def_data.c | 1 | ||||
-rw-r--r-- | usr.bin/sudo/zero_bytes.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/sudo/audit.c b/usr.bin/sudo/audit.c index da712b1b404..59ea5262e6c 100644 --- a/usr.bin/sudo/audit.c +++ b/usr.bin/sudo/audit.c @@ -1,4 +1,3 @@ -/* $OpenBSD: audit.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> * diff --git a/usr.bin/sudo/def_data.c b/usr.bin/sudo/def_data.c index 8b53c67ec44..8498464dbe1 100644 --- a/usr.bin/sudo/def_data.c +++ b/usr.bin/sudo/def_data.c @@ -1,4 +1,3 @@ -/* $OpenBSD: def_data.c,v 1.10 2015/01/20 04:41:01 krw Exp $ */ static struct def_values def_data_lecture[] = { { "never", never }, { "once", once }, diff --git a/usr.bin/sudo/zero_bytes.c b/usr.bin/sudo/zero_bytes.c index 95f16947d29..7391780aa0c 100644 --- a/usr.bin/sudo/zero_bytes.c +++ b/usr.bin/sudo/zero_bytes.c @@ -1,4 +1,3 @@ -/* $OpenBSD: zero_bytes.c,v 1.6 2015/01/20 04:41:01 krw Exp $ */ /* * Copyright (c) 2003-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com> * |