[gnu.emacs.bug] Bug with gnuemacs 18.55 on SCO Unix V/386

simsong@prose.cambridge.ma.us (Simson L. Garfinkel) (12/03/89)

The file <sys/sioctl.h> is not present.  
The winsize structure is named in an include file called <sys/ptem.h>
<sys/ptem.h> references a structure defined in <sys/stream.h>

I don't know if the system will work properly when these changes are made.
Isn't this fun?

simsong@prose.cambridge.ma.us (Simson L. Garfinkel) (12/03/89)

It also appears necessary to undefine TIOCGETC in sysdep.c. 
It appears that even though this is SCO Unix, the source-code compatability
is with SCO Xenix, not with AT&T Unix.  This may be a result of the development
system coming from SCO.

By the way, I'm using gcc to compile this.  Unfortunately, all of the 
/usr/include/sys/*.h files are from SCO.  And many are broken.