summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2014-06-25 18:23:02 +0000
committertobias <tobias@openbsd.org>2014-06-25 18:23:02 +0000
commit935c4ba1369777e6d9f042c5a2706fc66a1d59fd (patch)
treeb7addc82225232852073c64c15b853ccf617e9d9
parentCheck malloc return value for NULL. (diff)
downloadwireguard-openbsd-935c4ba1369777e6d9f042c5a2706fc66a1d59fd.tar.xz
wireguard-openbsd-935c4ba1369777e6d9f042c5a2706fc66a1d59fd.zip
Apply/fix OpenBSD tag.
ok jsing@
-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>