Date: Tue, 16 Apr 1996 18:19:13 -0400 (EDT) From: Keith Mitchell <kmitch@phantasma.bevc.blacksburg.va.us> To: stable@freebsd.org Subject: sysinstall broken Message-ID: <199604162219.SAA12444@phantasma.bevc.blacksburg.va.us>
next in thread | raw e-mail | index | archive | help
I just tried to do a make release on -stable (from 4/15) and got all sorts of errors: cc -O -Wall -I/usr/src/stable/release/sysinstall/../../gnu/lib/libdialog -c anonFTP.c anonFTP.c:399: conflicting types for `configAnonFTP' sysinstall.h:364: previous declaration of `configAnonFTP' anonFTP.c: In function `configAnonFTP': anonFTP.c:433: warning: implicit declaration of function `directory_exists' anonFTP.c:466: warning: implicit declaration of function `savescr' anonFTP.c:466: warning: assignment makes pointer from integer without a cast anonFTP.c:470: `VAR_EDITOR' undeclared (first use this function) anonFTP.c:470: (Each undeclared identifier is reported only once anonFTP.c:470: for each function it appears in.) anonFTP.c:475: warning: implicit declaration of function `restorescr' *** Error code 1 Stop.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604162219.SAA12444>