Re: ftpsesame
Gergő Szakál <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.wip.review |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 4 Jun 2006 14:27:40 +0200 [email protected] wrote: >On Sun, Jun 04, 2006 at 02:21:03PM +0200, Gerg__ Szakál wrote: > >With the exception of this, > >> ftpsesame.c:546: warning: implicit declaration of function `signal' >> ftpsesame.c:546: error: `SIGALRM' undeclared (first use in this function) >> ftpsesame.c:547: error: `SIGINT' undeclared (first use in this function) >> ftpsesame.c:548: error: `SIGQUIT' undeclared (first use in this function) >> ftpsesame.c:549: error: `SIGTERM' undeclared (first use in this function) >> ftpsesame.c: At top level: >> ftpsesame.c:677: error: syntax error before "void" >> *** Error code 1 > >the rest is a side-effect of a missing include of signal.h? > Maybe. I am not a programmer, so I canot tell. But I haven't found any includes (even among the pkgsrc patches) that would include signal.h.