summaryrefslogtreecommitdiff
path: root/usr.bin/sudo
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2015-01-20 04:41:02 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2015-01-20 04:41:02 +0000
commit8f5be5421729a8c8d049455ba418b5887b93737c (patch)
treee7321b250687da3b8de3f5e7924d10d8127b0d4a /usr.bin/sudo
parent55430b4997b58b73690f5c5c45b12c0eab8d2ef8 (diff)
Missing $OpenBSD$'s.
ok deraadt@
Diffstat (limited to 'usr.bin/sudo')
-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, 3 insertions, 0 deletions
diff --git a/usr.bin/sudo/audit.c b/usr.bin/sudo/audit.c
index 59ea5262e6c..da712b1b404 100644
--- a/usr.bin/sudo/audit.c
+++ b/usr.bin/sudo/audit.c
@@ -1,3 +1,4 @@
+/* $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 8498464dbe1..8b53c67ec44 100644
--- a/usr.bin/sudo/def_data.c
+++ b/usr.bin/sudo/def_data.c
@@ -1,3 +1,4 @@
+/* $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 7391780aa0c..95f16947d29 100644
--- a/usr.bin/sudo/zero_bytes.c
+++ b/usr.bin/sudo/zero_bytes.c
@@ -1,3 +1,4 @@
+/* $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>
*