ftpsesame
Gerg__ Szakál <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.wip.review |
|---|---|
| Message-ID | <[email protected]> |
I am testing ftpsesame on DragonFly 1.5.3-DEVELOPMENT. Found the following: 1) pfvar.h and ppp_defs.h path are wrong. They are in: /usr/include/net/pf/pfvar.h /usr/include/net/ppp_layer/ppp_defs.h 2) If I hack it and include the files with right paths, I still get the following: ===> Building for ftpsesame-0.95 cc -O2 -I/usr/include -I. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -I/usr/include -c filter.c cc -O2 -I/usr/include -I. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -I/usr/include -c ftpsesame.c ftpsesame.c:80: error: syntax error before "gotsig_alarm" ftpsesame.c:80: warning: type defaults to `int' in declaration of `gotsig_alarm' ftpsesame.c:80: warning: type defaults to `int' in declaration of `gotsig_close' ftpsesame.c:80: warning: data definition has no type or storage class ftpsesame.c: In function `main': ftpsesame.c:521: error: `BIOCIMMEDIATE' undeclared (first use in this function) ftpsesame.c:521: error: (Each undeclared identifier is reported only once ftpsesame.c:521: error: for each function it appears in.) 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