aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-23 01:09:18 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-23 01:09:18 +0000
commit298854f02963bd8e43dfeb7224d88cfeb0c932cb (patch)
tree7a2fbb55e55f980edddb0d627c3f3e79c8f793b0 /coreutils/ls.c
parentec5bd90916b6e815a36c14ac04d1b78e3e487400 (diff)
downloadbusybox-w32-298854f02963bd8e43dfeb7224d88cfeb0c932cb.tar.gz
busybox-w32-298854f02963bd8e43dfeb7224d88cfeb0c932cb.tar.bz2
busybox-w32-298854f02963bd8e43dfeb7224d88cfeb0c932cb.zip
My latest ramblings.
-Erik
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index c2266f533..c4856cb71 100644
--- a/coreutils/ls.c
+++ b/coreutils/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 */