summaryrefslogtreecommitdiffstats
path: root/system/ksh-openbsd/patches/linux/eval_c.diff
diff options
context:
space:
mode:
Diffstat (limited to 'system/ksh-openbsd/patches/linux/eval_c.diff')
-rw-r--r--system/ksh-openbsd/patches/linux/eval_c.diff19
1 files changed, 0 insertions, 19 deletions
diff --git a/system/ksh-openbsd/patches/linux/eval_c.diff b/system/ksh-openbsd/patches/linux/eval_c.diff
deleted file mode 100644
index 9d580d8a63..0000000000
--- a/system/ksh-openbsd/patches/linux/eval_c.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- ksh.orig/eval.c.orig 2011-03-27 14:33:38.000000000 +0200
-+++ ksh/eval.c 2011-03-27 15:08:25.986119913 +0200
-@@ -8,6 +8,7 @@
- #include <pwd.h>
- #include <dirent.h>
- #include <sys/stat.h>
-+#include "strlcpy.h"
-
- /*
- * string expansion
-@@ -692,7 +693,7 @@
- int c;
- int state; /* next state: XBASE, XARG, XSUB, XNULLSUB */
- int stype; /* substitution type */
-- int slen;
-+ int slen = 0;
- char *p;
- struct tbl *vp;
-