summaryrefslogtreecommitdiffstats
path: root/bin/dd/extern.h
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-09-13 21:47:10 +0000
committergreen <green@FreeBSD.org>1999-09-13 21:47:10 +0000
commit996b2b913e8dd8f5ecb4b791313fc73854fe47f9 (patch)
tree5a6e0a8cdbccc055d27764c695287ded89d56c6a /bin/dd/extern.h
parent167f52768b0c86277d20f1b46457a6859e342221 (diff)
downloadFreeBSD-src-996b2b913e8dd8f5ecb4b791313fc73854fe47f9.zip
FreeBSD-src-996b2b913e8dd8f5ecb4b791313fc73854fe47f9.tar.gz
Even more dd(1) cleanups! Thanks to Bruce for staying on my case until
we're done (not yet!) :)
Diffstat (limited to 'bin/dd/extern.h')
-rw-r--r--bin/dd/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dd/extern.h b/bin/dd/extern.h
index c588b76..e5c982c 100644
--- a/bin/dd/extern.h
+++ b/bin/dd/extern.h
@@ -64,5 +64,5 @@ extern quad_t files_cnt;
extern const u_char *ctab;
extern const u_char a2e_32V[], a2e_POSIX[];
extern const u_char e2a_32V[], e2a_POSIX[];
-static const u_char a2ibm_32V[], a2ibm_POSIX[];
+extern const u_char a2ibm_32V[], a2ibm_POSIX[];
extern u_char casetab[];
OpenPOWER on IntegriCloud