diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-20 04:41:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-20 04:41:02 +0000 |
commit | 8f5be5421729a8c8d049455ba418b5887b93737c (patch) | |
tree | e7321b250687da3b8de3f5e7924d10d8127b0d4a /distrib/common | |
parent | 55430b4997b58b73690f5c5c45b12c0eab8d2ef8 (diff) |
Missing $OpenBSD$'s.
ok deraadt@
Diffstat (limited to 'distrib/common')
-rw-r--r-- | distrib/common/elf32.c | 1 | ||||
-rw-r--r-- | distrib/common/elf64.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/distrib/common/elf32.c b/distrib/common/elf32.c index 7ddf2db81d5..f286eef4ae3 100644 --- a/distrib/common/elf32.c +++ b/distrib/common/elf32.c @@ -1,2 +1,3 @@ +/* $OpenBSD: elf32.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define ELFSIZE 32 #include "elfrd_size.c" diff --git a/distrib/common/elf64.c b/distrib/common/elf64.c index e5409d76ff3..6c093bf53a7 100644 --- a/distrib/common/elf64.c +++ b/distrib/common/elf64.c @@ -1,2 +1,3 @@ +/* $OpenBSD: elf64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define ELFSIZE 64 #include "elfrd_size.c" |