components/ksh93/patches/Bug15993811.patch
changeset 4196 d697072a92f5
parent 4195 d88c5d15a4af
child 4197 67d7270f6817
--- a/components/ksh93/patches/Bug15993811.patch	Mon Apr 13 09:25:17 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- a/src/cmd/ksh93/sh/nvtype.c	Mon Jun 24 07:10:02 2013
-+++ b/src/cmd/ksh93/sh/nvtype.c	Mon Jun 24 08:33:32 2013
-@@ -925,8 +925,6 @@
- 	}
- 	offset = roundof(offset,sizeof(char*));
- 	nv_setsize(mp,offset);
--	if(nd)
--		nd++;
- 	k = roundof(sizeof(Namtype_t),sizeof(Sfdouble_t)) - sizeof(Namtype_t);
- 	pp = newof(NiL, Namtype_t, 1, nnodes*NV_MINSZ + offset + size + (nnodes+nd)*sizeof(char*) + iref*sizeof(struct Namref)+k);
- 	pp->fun.dsize = sizeof(Namtype_t)+nnodes*NV_MINSZ +offset+k;