Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.sys.sgi Subject: Re: include files for bsd ioctl system calls Message-ID: <3468@auspex.auspex.com> Date: 14 Jun 90 18:08:10 GMT References: <9006130029.AA03577@> Organization: Auspex Systems, Santa Clara Lines: 8 >The structure you require, 'struct sgttyb' is defined under SUNOS in >/usr/include/sys/ttold.h. That's only because SunOS (4.x, which is the version to which you're referring) supports the BSD "ioctl"s for backwards compatibility. Irix may not do so, in which case getting the structure won't help you one bit.... (If it *does* do so, they presumably have it defined in a standard include file, for source compatibility.)