From 3bba545a54addf59b63a003e7ada03fd8b29b5ba Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 30 Dec 2006 17:57:03 +0000 Subject: done a dozen of randconfig test. guess what? ALL failed... these are resulting fixes --- coreutils/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/diff.c') diff --git a/coreutils/diff.c b/coreutils/diff.c index a49d5195a..072e4bc20 100644 --- a/coreutils/diff.c +++ b/coreutils/diff.c @@ -71,7 +71,7 @@ int context, status; char *start, *label[2]; struct stat stb1, stb2; char **dl; -static int dl_count; +USE_FEATURE_DIFF_DIR(static int dl_count;) struct cand { int x; -- cgit v1.2.3-55-g6feb