summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>