Subject: ftpd compile errors
To: None <current-users@NetBSD.ORG>
From: Hisashi T Fujinaka <htodd@fls.portland.or.us>
List: current-users
Date: 06/25/1997 11:25:53
There must be something simple I'm forgetting, beyonds supping, make
includes, make depend, and make.  I even did the same in usr.bin/login and
usr.bin/ftp.

Any hints would be appreciated.

Hisashi T Fujinaka - htodd@fls.portland.or.us - Fuji Landscape Service
BSEE (6/86) + BSChem (3/95) + BAEnglish (8/95) + $3.00 = mocha latte

cc -O -DHASSETPROCTITLE -DSKEY -Dunix -Wall -Wstrict-prototypes
-Wmissing-prototypes  -Werror  -c ftpcmd.c
cc1: warnings being treated as errors
y.tab.c:960: warning: function declaration isn't a prototype
y.tab.c:991: warning: function declaration isn't a prototype
y.tab.c: In function `yyparse':
y.tab.c:1062: warning: label `yyerrlab' defined but not used
y.tab.c:1057: warning: label `yynewerror' defined but not used
ftpcmd.c: At top level:
ftpcmd.c:5: warning: `yyrcsid' defined but not used
*** Error code 1
 
Stop.