aboutsummaryrefslogtreecommitdiffstats
path: root/shells/sash/files/patch-aj
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-29 22:36:06 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-29 22:36:06 +0000
commitaea575ce76589e8bcdf16cb42e58017df088fbc2 (patch)
tree5ebabb9b375ea41ab2a1978f28a8d632adf40b3b /shells/sash/files/patch-aj
parente3a63b2d1653ce58e8d8aec94469d0aab49ec745 (diff)
Adding sash version 3.4.
A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org>
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 */