aboutsummaryrefslogtreecommitdiffstats
path: root/shells/sash/files/patch-ae
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-ae
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-ae')
-rw-r--r--shells/sash/files/patch-ae20
1 files changed, 20 insertions, 0 deletions
diff --git a/shells/sash/files/patch-ae b/shells/sash/files/patch-ae
new file mode 100644
index 000000000000..1c24c699cffa
--- /dev/null
+++ b/shells/sash/files/patch-ae
@@ -0,0 +1,20 @@
+diff -NPru cmd_ed.c.orig cmd_ed.c
+--- cmd_ed.c.orig Mon Apr 19 16:57:32 1999
++++ cmd_ed.c Sat Jan 22 23:46:01 2000
+@@ -6,6 +6,8 @@
+ * The "ed" built-in command (much simplified)
+ */
+
++#ifdef HAVE_ED
++
+ #include "sash.h"
+
+ #define USERSIZE 1024 /* max line length typed in by user */
+@@ -1432,5 +1434,7 @@
+
+ return TRUE;
+ }
++
++#endif /* HAVE_ED */
+
+ /* END CODE */