TIOCGWINSZ in news sources

John Conover john at johncon.UUCP
Sun Jan 29 18:08:09 AEST 1989


I am compiling the news sources (rnews,inews, etc.) using Bell Tech's
version 3.2. Everything compiled fine under 3.1, but in 3.2, 
termio.h #defines TIOCGWINSZ. visual.c and virtterm.c have conditional
compiles on TIOCGWINSZ, that presume a struct winsize to be typedef'ed,
with elements ws_row, ws_col, ect.

Version 3.2 typedef's winsize in /usr/include/sys/xt.h to be 
struct jwinsize. jwinsize is declared as a struct in jioctl.h, with
elements bytesx, bytesy, bitsx, bitsy, ie, no ws_row, ws_col, ect. ...

Does anybody know whats going on?
	Any help or comments would be greatly appreciated,
	John
	..uunet!smosjc!enterprise!john 



More information about the Comp.unix.questions mailing list