Blead Change 32681 (make miniperl -Wwrite-strings clean) resulted in some build warnings being generated by cygwin.c. In response, I submitted blead Change 32689 (const'ing in cygwin.c) to correct these. Change 33119 to 5.10.x integrates blead Change 32689. However, since blead Change 32681 cannot be integrated into 5.10.x, cygwin.c is now producing the following build warnings: cygwin.c: In function `do_spawn': cygwin.c:125: warning: assignment from incompatible pointer type cygwin.c:127: warning: assignment from incompatible pointer type To correct this, the portion of 5.10.x Change 33119 related to blead Change 32689 needs to be reverted. The attached patch does this. (This is a repost from my original submission back in October.)