summaryrefslogtreecommitdiff
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, 0 insertions, 20 deletions
diff --git a/shells/sash/files/patch-aj b/shells/sash/files/patch-aj
deleted file mode 100644
index 3ce7001f10ac..000000000000
--- a/shells/sash/files/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
-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 */