coreutils/fileutils-4.1-ls_h.patch

11 lines
284 B
Diff
Raw Permalink Normal View History

--- 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
2012-02-01 14:36:01 +04:00
@@ -7,4 +7,7 @@
/* This is for the 'vdir' program. */
2012-02-01 14:36:01 +04:00
#define LS_LONG_FORMAT 3
+#define MODE_WT 01002
+#define MODE_WRO 02
+
extern int ls_mode;