From: Giulio P. <giu...@gm...> - 2012-06-17 22:20:20
|
Il 17/06/2012 18:42, Alexei Svitkine ha scritto: > > > On Sat, Jun 16, 2012 at 2:47 PM, Giulio Paci <giu...@gm... > <mailto:giu...@gm...>> wrote: > > Il 15/06/2012 23:57, Alexei Svitkine ha scritto: > > I've now landed a change that does that and also includes <signal.h>. > > Let me know if it works for you now or if there are still issues. > > It is still not working: > sshpty.c:187:20 error: `I_PUSH' undeclared (first use in this function) > > I also have two warnings about "sig" and "strlcpy" implicit declaration. > The first one is due to a wrong definition of mysignal. I do not know > why I see the strlcpy warning (In config.h HAVE_STRLCPY has been defined > to 1). > > I've landed another couple of changes. Can you try again? Still not working. :-( However if I include stropts.h (the only header I found on the kfreebsd system defining I_PUSH), compilation succeeds. |