aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ls.c b/ls.c
index c2266f533..c4856cb71 100644
--- a/ls.c
+++ b/ls.c
@@ -70,11 +70,6 @@
70#define APPCHAR(mode) ("\0|\0\0/\0\0\0\0\0@\0=\0\0\0" [TYPEINDEX(mode)]) 70#define APPCHAR(mode) ("\0|\0\0/\0\0\0\0\0@\0=\0\0\0" [TYPEINDEX(mode)])
71#endif 71#endif
72 72
73#ifndef MAJOR
74#define MAJOR(dev) (((dev)>>8)&0xff)
75#define MINOR(dev) ((dev)&0xff)
76#endif
77
78#define FMT_AUTO 0 73#define FMT_AUTO 0
79#define FMT_LONG 1 /* one record per line, extended info */ 74#define FMT_LONG 1 /* one record per line, extended info */
80#define FMT_SINGLE 2 /* one record per line */ 75#define FMT_SINGLE 2 /* one record per line */