Xref: utzoo comp.sys.sgi:1046 gnu.emacs:814 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!rochester!pt.cs.cmu.edu!isl1.ri.cmu.edu!scotts From: scotts@isl1.ri.cmu.edu (Scott Safier) Newsgroups: comp.sys.sgi,gnu.emacs Subject: bugs in emacs 18.54 on SGI 4D/20 Message-ID: <4864@pt.cs.cmu.edu> Date: 1 May 89 03:14:15 GMT Reply-To: scotts@isl1.ri.cmu.edu (Scott Safier) Organization: Carnegie-Mellon University, CS/RI Lines: 29 Keywords: I had to make the following 2 changes to gnu emacs 18.54 to get it to run on my IRIS 4D/20. __ / \ \__ -+--+- Scott Safier \ _ __ | | Center for Integrated Manufacturing \__/ (__/\_)_/|_/|_/ Decision Systems Carnegie Mellon ;;;-------------------------------------------------------------- ;;; src/sysdep.c ;;;-------------------------------------------------------------- 147c147 < #ifdef TIOCGWINSZ --- > /* #ifdef TIOCGWINSZ ! SGI doesn't have sioctl, so I commented it out 149c149 < #endif --- > #endif */ ;;;-------------------------------------------------------------- ;;; src/x11term.c ;;;-------------------------------------------------------------- 74c74 < #include --- > #include /* use to be , but IRIS wants sys/time.h */ --