openbsd-ports/misc/fileutils/patches/patch-src_ls_h

11 lines
232 B
Plaintext
Raw Normal View History

--- src/ls.h.orig Mon Feb 15 17:27:12 1999
+++ src/ls.h Fri Jul 20 21:03:51 2001
2001-03-15 13:17:54 -05:00
@@ -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;