From 5a60e26fe8de2648689ff8c5659085b99f5891a0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 2 Feb 2007 10:53:55 -0500 Subject: Trim a redundant definition that confuses older compilers. (Regression testing against Red Hat 9.) --- toys/toylist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/toylist.h') 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; -- cgit v1.2.3