diff options
Diffstat (limited to 'libelf/libelf_ar_util.c')
-rw-r--r-- | libelf/libelf_ar_util.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libelf/libelf_ar_util.c b/libelf/libelf_ar_util.c index 7b824fb579a9..239612e7915a 100644 --- a/libelf/libelf_ar_util.c +++ b/libelf/libelf_ar_util.c @@ -24,8 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <assert.h> #include <libelf.h> #include <stdlib.h> @@ -34,7 +32,7 @@ #include "_libelf.h" #include "_libelf_ar.h" -ELFTC_VCSID("$Id: libelf_ar_util.c 3157 2015-02-15 21:42:02Z emaste $"); +ELFTC_VCSID("$Id: libelf_ar_util.c 3174 2015-03-27 17:13:41Z emaste $"); /* * Convert a string bounded by `start' and `start+sz' (exclusive) to a |