diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
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 | ||
54 | enum { | 54 | enum { |
55 | |||
56 | TERMINAL_WIDTH = 80, /* use 79 if terminal has linefold bug */ | 55 | TERMINAL_WIDTH = 80, /* use 79 if terminal has linefold bug */ |
57 | COLUMN_GAP = 2, /* includes the file type char */ | 56 | COLUMN_GAP = 2, /* includes the file type char */ |
58 | 57 | ||
@@ -120,7 +119,6 @@ LIST_LONG = LIST_MODEBITS | LIST_NLINKS | LIST_ID_NAME | LIST_SIZE | \ | |||
120 | SPLIT_DIR = 1, | 119 | SPLIT_DIR = 1, |
121 | SPLIT_FILE = 0, | 120 | SPLIT_FILE = 0, |
122 | SPLIT_SUBDIR = 2, | 121 | SPLIT_SUBDIR = 2, |
123 | |||
124 | }; | 122 | }; |
125 | 123 | ||
126 | /* "[-]Cadil1", POSIX mandated options, busybox always supports */ | 124 | /* "[-]Cadil1", POSIX mandated options, busybox always supports */ |