diff options
author | 2014-06-25 18:23:02 +0000 | |
---|---|---|
committer | 2014-06-25 18:23:02 +0000 | |
commit | 935c4ba1369777e6d9f042c5a2706fc66a1d59fd (patch) | |
tree | b7addc82225232852073c64c15b853ccf617e9d9 | |
parent | Check malloc return value for NULL. (diff) | |
download | wireguard-openbsd-935c4ba1369777e6d9f042c5a2706fc66a1d59fd.tar.xz wireguard-openbsd-935c4ba1369777e6d9f042c5a2706fc66a1d59fd.zip |
Apply/fix OpenBSD tag.
ok jsing@
-rw-r--r-- | usr.sbin/installboot/bootstrap.c | 2 | ||||
-rw-r--r-- | usr.sbin/installboot/i386_installboot.h | 2 |
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> |