summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2014-06-25 18:23:03 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2014-06-25 18:23:03 +0000
commit2fbda58435b198fcaf2a5db548561886d5b9eff0 (patch)
treef7ee1920f112f06e8a58352e1ddaf281b451b360 /usr.sbin
parent9ec54353703440c2570245f833f65401d56b713d (diff)
Apply/fix OpenBSD tag.
ok jsing@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/installboot/bootstrap.c2
-rw-r--r--usr.sbin/installboot/i386_installboot.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/installboot/bootstrap.c b/usr.sbin/installboot/bootstrap.c
index 48a2998ad00..5ad473e8b50 100644
--- a/usr.sbin/installboot/bootstrap.c
+++ b/usr.sbin/installboot/bootstrap.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: bootstrap.c,v 1.5 2014/06/25 18:23:02 tobias Exp $ */
+
/*
* Copyright (c) 2013 Joel Sing <jsing@openbsd.org>
*
diff --git a/usr.sbin/installboot/i386_installboot.h b/usr.sbin/installboot/i386_installboot.h
index f42ff8f27c2..5c87719fb88 100644
--- a/usr.sbin/installboot/i386_installboot.h
+++ b/usr.sbin/installboot/i386_installboot.h
@@ -1,4 +1,4 @@
-/* $OpenBSD */
+/* $OpenBSD: i386_installboot.h,v 1.2 2014/06/25 18:23:02 tobias Exp $ */
/*
* Copyright (c) 2011 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2010 Otto Moerbeek <otto@openbsd.org>