Re: make world broken by STDIN_ changes
On Thu, 26 Jul 2001 15:26:27 MST, Steve Kargl wrote: > ===> usr.sbin/pcvt/vttest > cc -O -pipe -march=k6 -traditional -DUSEMYSTTY -I/usr/obj/usr/src/i386/usr/include > -c /usr/src/usr.sbin/pcvt/vttest/main.c > /usr/src/usr.sbin/pcvt/vttest/main.c: In function `readnl': > /usr/src/usr.sbin/pcvt/vttest/main.c:1942: `STDIN_FILENO' undeclared (first use in >this function) Yup. I forgot to commit my changes to header.h and Makefile. Sorry for the interruption, folks. I do appreciate how much time mistakes like this end up costing other people. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
make world broken by STDIN_ changes
===> usr.sbin/pcvt/vttest cc -O -pipe -march=k6 -traditional -DUSEMYSTTY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/pcvt/vttest/main.c /usr/src/usr.sbin/pcvt/vttest/main.c: In function `readnl': /usr/src/usr.sbin/pcvt/vttest/main.c:1942: `STDIN_FILENO' undeclared (first use in this function) /usr/src/usr.sbin/pcvt/vttest/main.c:1942: (Each undeclared identifier is reported only once /usr/src/usr.sbin/pcvt/vttest/main.c:1942: for each function it appears in.) *** Error code 1 -- Steve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message