summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2015-01-20 14:35:18 +0000
committerkrw <krw@openbsd.org>2015-01-20 14:35:18 +0000
commit3cd566a37f3527b4686b74b2d178ade9a8f48bfe (patch)
treeead24a8de206e8a61e17171b792f65e3260b85f3
parentMake ix(4) work on strict alignment architectures. The Intel networking (diff)
downloadwireguard-openbsd-3cd566a37f3527b4686b74b2d178ade9a8f48bfe.tar.xz
wireguard-openbsd-3cd566a37f3527b4686b74b2d178ade9a8f48bfe.zip
Revert some $OpenBSD$ additions about which there are doubts.
Suggested by deraadt@
-rw-r--r--usr.bin/sudo/audit.c1
-rw-r--r--usr.bin/sudo/def_data.c1
-rw-r--r--usr.bin/sudo/zero_bytes.c1
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>
*