aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index 717b3f493..279d30c69 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -52,7 +52,6 @@
52 52
53 53
54enum { 54enum {
55
56TERMINAL_WIDTH = 80, /* use 79 if terminal has linefold bug */ 55TERMINAL_WIDTH = 80, /* use 79 if terminal has linefold bug */
57COLUMN_GAP = 2, /* includes the file type char */ 56COLUMN_GAP = 2, /* includes the file type char */
58 57
@@ -120,7 +119,6 @@ LIST_LONG = LIST_MODEBITS | LIST_NLINKS | LIST_ID_NAME | LIST_SIZE | \
120SPLIT_DIR = 1, 119SPLIT_DIR = 1,
121SPLIT_FILE = 0, 120SPLIT_FILE = 0,
122SPLIT_SUBDIR = 2, 121SPLIT_SUBDIR = 2,
123
124}; 122};
125 123
126/* "[-]Cadil1", POSIX mandated options, busybox always supports */ 124/* "[-]Cadil1", POSIX mandated options, busybox always supports */