Xref: utzoo comp.sources.bugs:1777 comp.sources.d:3746 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!agate!shelby!csli!gandalf From: gandalf@csli.Stanford.EDU (Juergen Wagner) Newsgroups: comp.sources.bugs,comp.sources.d Subject: Re: Compile problems with atty Message-ID: <9376@csli.Stanford.EDU> Date: 11 Jun 89 21:42:28 GMT References: <10240@watcgl.waterloo.edu> Sender: gandalf@csli.Stanford.EDU (Juergen Wagner) Reply-To: gandalf@csli.stanford.edu (Juergen Wagner) Followup-To: comp.sources.bugs Organization: Center for the Study of Language and Information, Stanford U. Lines: 13 In article <10240@watcgl.waterloo.edu> rpinchback@watpix.waterloo.edu (Reid M. Pinchback) writes: >... >Has anybody else run into this? Is there a simple quick fix, like >"int errno;", or does this stem from a 4.3 vs 4.2 BSD difference? This is strange but explainable. Ultrix and SunOS have extern int errno; in but BSD seems to lack this declaration. Add it, and everything should be fine. -- Juergen Wagner gandalf@csli.stanford.edu wagner@arisia.xerox.com