diff options
author | emaste <emaste@FreeBSD.org> | 2014-12-22 20:32:23 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2014-12-22 20:32:23 +0000 |
commit | a9e16dd96e36e12a102a2991b06851e6e0ce6bea (patch) | |
tree | 78347950207dea134308b7c9d4843204e80507e0 /strings/strings.c | |
parent | 9ee78763690833f42af4a97b77baf30edbca5314 (diff) | |
download | FreeBSD-src-a9e16dd96e36e12a102a2991b06851e6e0ce6bea.zip FreeBSD-src-a9e16dd96e36e12a102a2991b06851e6e0ce6bea.tar.gz |
Import elftoolchain rev 3130
From svn.code.sf.net/p/elftoolchain/code/trunk
Diffstat (limited to 'strings/strings.c')
-rw-r--r-- | strings/strings.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/strings/strings.c b/strings/strings.c index c936d5c..5964f64 100644 --- a/strings/strings.c +++ b/strings/strings.c @@ -46,7 +46,7 @@ #include "_elftc.h" -ELFTC_VCSID("$Id: strings.c 2351 2011-12-19 11:20:37Z jkoshy $"); +ELFTC_VCSID("$Id: strings.c 3124 2014-12-21 05:46:28Z kaiwang27 $"); enum return_code { RETURN_OK, @@ -75,9 +75,9 @@ enum encoding_style { (encoding == ENCODING_8BIT && (c) > 127))) -int encoding_size, entire_file, min_len, show_filename, show_loc; -enum encoding_style encoding; -enum radix_style radix; +static int encoding_size, entire_file, min_len, show_filename, show_loc; +static enum encoding_style encoding; +static enum radix_style radix; static struct option strings_longopts[] = { { "all", no_argument, NULL, 'a'}, |