diff options
| author | 2014-06-25 18:23:02 +0000 | |
|---|---|---|
| committer | 2014-06-25 18:23:02 +0000 | |
| commit | 935c4ba1369777e6d9f042c5a2706fc66a1d59fd (patch) | |
| tree | b7addc82225232852073c64c15b853ccf617e9d9 /usr.sbin/installboot/bootstrap.c | |
| parent | Check malloc return value for NULL. (diff) | |
| download | wireguard-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.c | 2 |
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> * |
