diff options
Diffstat (limited to 'findtextrel/findtextrel.c')
-rw-r--r-- | findtextrel/findtextrel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/findtextrel/findtextrel.c b/findtextrel/findtextrel.c index a744ca5..91baa54 100644 --- a/findtextrel/findtextrel.c +++ b/findtextrel/findtextrel.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <err.h> #include <dwarf.h> @@ -39,7 +38,7 @@ #include "_elftc.h" -ELFTC_VCSID("$Id: findtextrel.c 2185 2011-11-19 16:07:16Z jkoshy $"); +ELFTC_VCSID("$Id: findtextrel.c 3174 2015-03-27 17:13:41Z emaste $"); static struct option longopts[] = { {"help", no_argument, NULL, 'H'}, |