# HG changeset patch # User Pascal Bellard # Date 1615056814 0 # Node ID 010fc15e8b9d558192ff4e2ec2d2d329a6f1e246 # Parent 42b4b9d947f3ea32a8201126230d61ef9be59950 busybox: fix busybox-1.31-stat.u diff -r 42b4b9d947f3 -r 010fc15e8b9d busybox/stuff/busybox-1.31-stat.u --- a/busybox/stuff/busybox-1.31-stat.u Sat Mar 06 18:15:05 2021 +0000 +++ b/busybox/stuff/busybox-1.31-stat.u Sat Mar 06 18:53:34 2021 +0000 @@ -55,16 +55,22 @@ #if ENABLE_FEATURE_STAT_FILESYSTEM /* Stat the file system and print what we find. */ #if !ENABLE_FEATURE_STAT_FORMAT -@@ -770,7 +792,7 @@ +@@ -764,13 +786,11 @@ + int i; + int ok; + statfunc_ptr statfunc = do_stat; +-#if ENABLE_FEATURE_STAT_FILESYSTEM || ENABLE_SELINUX + unsigned opts; + opts = - #endif +-#endif getopt32(argv, "^" - "tL" + "tLm" IF_FEATURE_STAT_FILESYSTEM("f") IF_SELINUX("Z") IF_FEATURE_STAT_FORMAT("c:") -@@ -786,6 +808,9 @@ +@@ -786,6 +806,9 @@ selinux_or_die(); } #endif