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 /strings/strings.c | |
| parent | d356830d3d227b40603d19222ab35eb8f0f5c034 (diff) | |
Notes
Diffstat (limited to 'strings/strings.c')
| -rw-r--r-- | strings/strings.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strings.c b/strings/strings.c index 5964f64f19d5..6eab165e0bf4 100644 --- a/strings/strings.c +++ b/strings/strings.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/stat.h> #include <sys/types.h> @@ -46,7 +45,7 @@ #include "_elftc.h" -ELFTC_VCSID("$Id: strings.c 3124 2014-12-21 05:46:28Z kaiwang27 $"); +ELFTC_VCSID("$Id: strings.c 3174 2015-03-27 17:13:41Z emaste $"); enum return_code { RETURN_OK, |
