diff options
Diffstat (limited to 'libelf/libelf_allocate.c')
-rw-r--r-- | libelf/libelf_allocate.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libelf/libelf_allocate.c b/libelf/libelf_allocate.c index 9a5df6bb495cc..0a74facc9fc40 100644 --- a/libelf/libelf_allocate.c +++ b/libelf/libelf_allocate.c @@ -28,8 +28,6 @@ * Internal APIs */ -#include <sys/cdefs.h> - #include <assert.h> #include <errno.h> #include <libelf.h> @@ -38,7 +36,7 @@ #include "_libelf.h" -ELFTC_VCSID("$Id: libelf_allocate.c 2272 2011-12-03 17:07:31Z jkoshy $"); +ELFTC_VCSID("$Id: libelf_allocate.c 3174 2015-03-27 17:13:41Z emaste $"); Elf * _libelf_allocate_elf(void) |