[PATCH] remove "#if 0" directives from coreutils/ dir

Robert P. J. Day rpjday at mindspring.com
Sat Mar 25 22:31:25 UTC 2006


diff -pru busybox.orig/coreutils/cmp.c busybox/coreutils/cmp.c
--- busybox.orig/coreutils/cmp.c	2006-03-25 17:07:07.000000000 -0500
+++ busybox/coreutils/cmp.c	2006-03-25 17:29:47.000000000 -0500
@@ -52,12 +52,7 @@ static FILE *cmp_xfopen_input(const char

 static const char fmt_eof[] = "cmp: EOF on %s\n";
 static const char fmt_differ[] = "%s %s differ: char %d, line %d\n";
-#if 0
-static const char fmt_l_opt[] = "%.0s%.0s%d %o %o\n";	/* SUSv3 format */
-#else
 static const char fmt_l_opt[] = "%.0s%.0s%d %3o %3o\n";	/* nicer gnu format */
-#endif
-
 static const char opt_chars[] = "sl";

 enum {


Signed off by:  Robert P. J. Day <rpjday at mindspring.com>



More information about the busybox mailing list