aboutsummaryrefslogtreecommitdiff
path: root/coreutils/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/head.c')
-rw-r--r--coreutils/head.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/head.c b/coreutils/head.c
index 0845b4375..669aae819 100644
--- a/coreutils/head.c
+++ b/coreutils/head.c
@@ -13,6 +13,8 @@
13 13
14#include "libbb.h" 14#include "libbb.h"
15 15
16/* This is a NOEXEC applet. Be very careful! */
17
16static const char head_opts[] ALIGN1 = 18static const char head_opts[] ALIGN1 =
17 "n:" 19 "n:"
18#if ENABLE_FEATURE_FANCY_HEAD 20#if ENABLE_FEATURE_FANCY_HEAD