diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-11-03 23:17:22 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-11-03 23:17:22 +0000 |
commit | 812d47c489d1c6156bcecf719d70f13b9684f804 (patch) | |
tree | dab576910c5ea1d9806be32408838fc571d26fb2 /misc/mshell | |
parent | 3d39c41abc8b2f10256f8a9523e3a8410d093263 (diff) | |
download | ports-812d47c489d1c6156bcecf719d70f13b9684f804.tar.gz ports-812d47c489d1c6156bcecf719d70f13b9684f804.zip |
Notes
Diffstat (limited to 'misc/mshell')
-rw-r--r-- | misc/mshell/files/patch-af | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/mshell/files/patch-af b/misc/mshell/files/patch-af deleted file mode 100644 index cfcf29003895..000000000000 --- a/misc/mshell/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ ---- 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))) && |