Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!munnari!murtoa.cs.mu.oz.au!mimir!hugin!augean!sirius!mrp From: mrp@sirius.ua.oz (Mark Prior) Newsgroups: comp.mail.elm Subject: Re: Patch #2 onwards anyone on Sun3/SunOS4 ? init.c problem. Message-ID: <368@sirius.ua.oz> Date: 9 May 89 03:07:01 GMT References: <25499@amdcad.AMD.COM> Organization: University Computing Services, University of Adelaide Lines: 16 From article <25499@amdcad.AMD.COM>, by indra@amdcad.AMD.COM (Indra Singhal): > I am not sure if I took a step backwards or what, I have not been able to > compile elm following Patch #2 and thereafter... > This is caused because SunOS 4.0 is BSD but also has TERMIO. At the beginning of the file termio.h is included not sgetty.h but later the preprocessor symbol BSD is used to use the sgetty version of the code. I changed the latter to use the TERMIO code, ie changed the ifdef from BSD to TERMIO and reversed the order of the code. Mark. -- Mark Prior Phone : +61 8 228 5680 University Computing Services Telex : UNIVAD AA89141 University of Adelaide Fax : +61 8 224 0464 GPO Box 498 Adelaide S.AUSTRALIA 5001 ACSnet: mrp@sirius.ua.oz