aboutsummaryrefslogtreecommitdiffstats
path: root/shells/sash/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'shells/sash/files/patch-aj')
-rw-r--r--shells/sash/files/patch-aj20
1 files changed, 20 insertions, 0 deletions
diff --git a/shells/sash/files/patch-aj b/shells/sash/files/patch-aj
new file mode 100644
index 000000000000..3ce7001f10ac
--- /dev/null
+++ b/shells/sash/files/patch-aj
@@ -0,0 +1,20 @@
+diff -NPru cmd_ls.c.orig cmd_ls.c
+--- cmd_ls.c.orig Wed Jun 16 13:01:43 1999
++++ cmd_ls.c Sat Jan 22 23:48:06 2000
+@@ -6,6 +6,8 @@
+ * The "ls" built-in command.
+ */
+
++#ifdef HAVE_LS
++
+ #include "sash.h"
+
+ #include <sys/types.h>
+@@ -574,5 +576,7 @@
+ free(list[listUsed]);
+ }
+ }
++
++#endif /* HAVE_LS */
+
+ /* END CODE */