diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-09-03 14:46:59 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-09-03 14:46:59 +0000 |
commit | 86cbd1f021d06a4c8239a651427d617aa20b3df8 (patch) | |
tree | 1c2c808fb432c3c097c652de6698177bfba12e81 /shells/sash/files/patch-aj | |
parent | - Link properly with termcap/ncurses (diff) |
update to version 3.7
Notes
Notes:
svn path=/head/; revision=118038
Diffstat (limited to 'shells/sash/files/patch-aj')
-rw-r--r-- | shells/sash/files/patch-aj | 20 |
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 */ |