summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2007-12-28 15:57:07 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2007-12-28 15:57:07 +0000
commit2683a16fffbaaaef1dc9a8e971607aa7adcc165d (patch)
tree759d7737a34a77faff13199a39fd57b55960d912 /usr.sbin/snmpctl
parent23a9a50cb67462b02ecf403854fe8a2e66659150 (diff)
use $OpenBSD$ tags.
ok reyk@
Diffstat (limited to 'usr.sbin/snmpctl')
-rw-r--r--usr.sbin/snmpctl/parser.c2
-rw-r--r--usr.sbin/snmpctl/snmpctl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/snmpctl/parser.c b/usr.sbin/snmpctl/parser.c
index 1f9c0140c6e..612c1fe36d5 100644
--- a/usr.sbin/snmpctl/parser.c
+++ b/usr.sbin/snmpctl/parser.c
@@ -1,4 +1,4 @@
-/* $Id: parser.c,v 1.1 2007/12/05 09:22:44 reyk Exp $ */
+/* $OpenBSD: parser.c,v 1.2 2007/12/28 15:57:06 thib Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
diff --git a/usr.sbin/snmpctl/snmpctl.c b/usr.sbin/snmpctl/snmpctl.c
index 085305e18c6..f20e5036cc8 100644
--- a/usr.sbin/snmpctl/snmpctl.c
+++ b/usr.sbin/snmpctl/snmpctl.c
@@ -1,4 +1,4 @@
-/* $Id: snmpctl.c,v 1.2 2007/12/05 16:02:34 reyk Exp $ */
+/* $OpenBSD: snmpctl.c,v 1.3 2007/12/28 15:57:06 thib Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@vantronix.net>