From 9a14bd04f879499df1cf3d88f6bf9a1257380768 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 15 Dec 2005 11:47:16 +0000 Subject: - Stephane Billiart writes: Fix the compilation of head and tail. thanks! --- coreutils/head.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/head.c') diff --git a/coreutils/head.c b/coreutils/head.c index 628dae5ea..eb0dcf212 100644 --- a/coreutils/head.c +++ b/coreutils/head.c @@ -85,7 +85,7 @@ int head_main(int argc, char **argv) #endif case 'n': p = optarg; -#if ENABLE_FEATURE_FANCY_HEAD +#if defined CONFIG_FEATURE_SUSv2 || ENABLE_FEATURE_FANCY_HEAD GET_COUNT: #endif count = bb_xgetularg10(p); -- cgit v1.2.3