summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mkuboot
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2015-01-20 04:41:01 +0000
committerkrw <krw@openbsd.org>2015-01-20 04:41:01 +0000
commit83087275e8888ed7109e36d91357557af9d26270 (patch)
tree6c03686ecb919c2c9bd5020fe442e82e29b87a5c /usr.sbin/mkuboot
parentRemove use of the link change interrupt handling, not all controllers (diff)
downloadwireguard-openbsd-83087275e8888ed7109e36d91357557af9d26270.tar.xz
wireguard-openbsd-83087275e8888ed7109e36d91357557af9d26270.zip
Missing $OpenBSD$'s.
ok deraadt@
Diffstat (limited to 'usr.sbin/mkuboot')
-rw-r--r--usr.sbin/mkuboot/copy_elf32.c1
-rw-r--r--usr.sbin/mkuboot/copy_elf64.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/mkuboot/copy_elf32.c b/usr.sbin/mkuboot/copy_elf32.c
index 3d1aaf598e8..b4ef6b48ec5 100644
--- a/usr.sbin/mkuboot/copy_elf32.c
+++ b/usr.sbin/mkuboot/copy_elf32.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: copy_elf32.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */
/* Public domain - not significant enough to copyright */
#define ELFSIZE 32
#include "copy_elf.c"
diff --git a/usr.sbin/mkuboot/copy_elf64.c b/usr.sbin/mkuboot/copy_elf64.c
index 6e0f294c817..eddfc25bb29 100644
--- a/usr.sbin/mkuboot/copy_elf64.c
+++ b/usr.sbin/mkuboot/copy_elf64.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: copy_elf64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */
/* Public domain - not significant enough to copyright */
#define ELFSIZE 64
#include "copy_elf.c"