summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/bootstrap.c
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 /usr.sbin/installboot/bootstrap.c
parentCheck malloc return value for NULL. (diff)
downloadwireguard-openbsd-935c4ba1369777e6d9f042c5a2706fc66a1d59fd.tar.xz
wireguard-openbsd-935c4ba1369777e6d9f042c5a2706fc66a1d59fd.zip
Apply/fix OpenBSD tag.
ok jsing@
Diffstat (limited to 'usr.sbin/installboot/bootstrap.c')
-rw-r--r--usr.sbin/installboot/bootstrap.c2
1 files changed, 2 insertions, 0 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>
*