- Stephane Billiart writes:

Fix the compilation of head and tail.

  thanks!
This commit is contained in:
Bernhard Reutner-Fischer
2005-12-15 11:47:16 +00:00
parent 73bffd4d96
commit 9a14bd04f8
2 changed files with 3 additions and 3 deletions

View File

@ -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);