> Change 33119 by nicholas@nicholas-saigo on 2008/01/30 10:06:52 > > Integrate: > [ 32689] > Subject: [PATCH] const'ing in cygwin.c > From: "Jerry D. Hedden" <jdhedden@cpan.org> > Date: Fri, 21 Dec 2007 09:13:41 -0500 > Message-ID: <1ff86f510712210613s71712346i6e9f2b5e7275aa34@mail.gmail.com> This is causing the following warnings now: cygwin.c: In function `do_spawn': cygwin.c:125: warning: assignment from incompatible pointer type cygwin.c:127: warning: assignment from incompatible pointer type It may be that some other const'ing patches are needed. 32681 perhaps?