aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-02-02 10:53:55 -0500
committerRob Landley <rob@landley.net>2007-02-02 10:53:55 -0500
commit5a60e26fe8de2648689ff8c5659085b99f5891a0 (patch)
tree5275fc4463daece55b045bd9c6414e5294a4e492 /toys
parentbf284cbd49c99757ffb6367c4dfc584c01a3deab (diff)
downloadtoybox-5a60e26fe8de2648689ff8c5659085b99f5891a0.tar.gz
Trim a redundant definition that confuses older compilers. (Regression testing
against Red Hat 9.)
Diffstat (limited to 'toys')
-rw-r--r--toys/toylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index 9bdea7dc..715b5613 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -32,7 +32,7 @@ struct mke2fs_data {
// "E:jJ:L:m:O:"
#define MKE2FS_OPTSTRING "<1>2Fnqm#N#i#b#"
-union toy_union {
+extern union toy_union {
struct df_data df;
struct mke2fs_data mke2fs;
} toy;