summaryrefslogtreecommitdiff
path: root/misc/mshell/files/patch-af
blob: cfcf290038958f6cf1b632ea3bb2710fb0e4bede (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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))) &&