cc -DUNIX -DSYS5 -DSLOWCHECK -DLITTLE_ENDIAN -DMSPTICK=10 -O6 -fomit-frame-pointer   -c telunix.c -o telunix.o
In file included from /usr/include/sys/wait.h:42, from telunix.c:4:
/usr/include/endian.h:4: warning: `LITTLE_ENDIAN' redefined
*Initialization*:1: warning: this is the location of the previous definition
telunix.c:68: warning: `tnix_state' was declared `extern' and later `static'
cc -DUNIX -DSYS5 -DSLOWCHECK -DLITTLE_ENDIAN -DMSPTICK=10 -O6 -fomit-frame-pointer   -c tnserv.c -o tnserv.o
tnserv.c:45: warning: `tnet_state' was declared `extern' and later `static'
cc -DUNIX -DSYS5 -DSLOWCHECK -DLITTLE_ENDIAN -DMSPTICK=10 -O6 -fomit-frame-pointer   -c ttydriv.c -o ttydriv.o
ttydriv.c: In function `ttydriv':
ttydriv.c:173: warning: comparison of distinct pointer types lacks a cast
cc -DUNIX -DSYS5 -DSLOWCHECK -DLITTLE_ENDIAN -DMSPTICK=10 -O6 -fomit-frame-pointer   -c telserv.c -o telserv.o
telserv.c: In function `telserv_newconn':
telserv.c:141: warning: passing arg 2 of `accept' from incompatible pointer type
telserv.c:169: warning: assignment makes pointer from integer without a cast
telserv.c:180: `telserv_tn' undeclared (first use this function)
telserv.c:180: (Each undeclared identifier is reported only once
telserv.c:180: for each function it appears in.)
telserv.c: In function `telserv_input':
telserv.c:222: `telserv_tn' undeclared (first use this function)
make: *** [telserv.o] Error 1
