aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2002-10-19 20:24:59 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2002-10-19 20:24:59 +0000
commit9137b8c445e6bbb456292f21a4887224dabf783a (patch)
tree1f74662d32de37202d5a8aad1d601c33abb4edd3 /misc
parent1b8c7ddbd84fbb68c3217689d0c6e5d1b89cf382 (diff)
downloadports-9137b8c445e6bbb456292f21a4887224dabf783a.tar.gz
ports-9137b8c445e6bbb456292f21a4887224dabf783a.zip
Fix -current build.
Notes
Notes: svn path=/head/; revision=68378
Diffstat (limited to 'misc')
-rw-r--r--misc/mshell/files/patch-af19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/mshell/files/patch-af b/misc/mshell/files/patch-af
new file mode 100644
index 000000000000..cfcf29003895
--- /dev/null
+++ b/misc/mshell/files/patch-af
@@ -0,0 +1,19 @@
+--- mshell.c~ Sat Oct 19 22:05:59 2002
++++ mshell.c Sat Oct 19 22:19:20 2002
+@@ -1,5 +1,6 @@
+ #include "mshell.h"
+ #include <setjmp.h>
++#include <stdlib.h>
+ char * index ();
+
+
+--- string.c~ Sat Oct 19 22:05:59 2002
++++ string.c Sat Oct 19 22:22:00 2002
+@@ -284,6 +284,7 @@
+ #define MACRO_DELIM '#'
+ if (string[0] == MACRO_DELIM) {
+ char *mac_lookup();
++ char *strsave();
+ char *def = mac_lookup(string+1);
+ struct inp_link *l;
+ if (def && (l = getnode(sizeof(*l))) &&