diff options
author | Ed Maste <emaste@FreeBSD.org> | 2015-03-31 20:01:37 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2015-03-31 20:01:37 +0000 |
commit | 84d41a2986852c0d7d820f95b41c1db1cc818027 (patch) | |
tree | 58f47e5186d1b0f72f6784d004bab62d148eede8 /elfcopy/binary.c | |
parent | d356830d3d227b40603d19222ab35eb8f0f5c034 (diff) |
Diffstat (limited to 'elfcopy/binary.c')
-rw-r--r-- | elfcopy/binary.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elfcopy/binary.c b/elfcopy/binary.c index 65b49fbe874f9..23e46e77f3929 100644 --- a/elfcopy/binary.c +++ b/elfcopy/binary.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/stat.h> #include <err.h> @@ -36,7 +35,7 @@ #include "elfcopy.h" -ELFTC_VCSID("$Id: binary.c 2358 2011-12-19 18:22:32Z kaiwang27 $"); +ELFTC_VCSID("$Id: binary.c 3174 2015-03-27 17:13:41Z emaste $"); /* * Convert ELF object to `binary'. Sections with SHF_ALLOC flag set |