mirror of
https://abf.rosa.ru/djam/coreutils.git
synced 2025-02-23 09:12:49 +00:00
10 lines
284 B
Diff
10 lines
284 B
Diff
--- coreutils-8.16/src/ls.h.lsh~ 2012-02-03 10:22:06.000000000 +0100
|
|
+++ coreutils-8.16/src/ls.h 2012-03-27 01:59:43.372476135 +0200
|
|
@@ -7,4 +7,7 @@
|
|
/* This is for the 'vdir' program. */
|
|
#define LS_LONG_FORMAT 3
|
|
|
|
+#define MODE_WT 01002
|
|
+#define MODE_WRO 02
|
|
+
|
|
extern int ls_mode;
|