Path: utzoo!utgpu!watmath!att!dptg!rutgers!mailrus!ames!sun-barr!texsun!newstop!sun!sally!plocher From: plocher%sally@Sun.COM (John Plocher) Newsgroups: comp.unix.microport Subject: Re: Problem with Micom ethernet tcp/ip and SysV/AT 2.4 Message-ID: <122988@sun.Eng.Sun.COM> Date: 22 Aug 89 22:48:56 GMT References: <65@tor.nhh.no> <757@n3dmc.UU.NET> Sender: news@sun.Eng.Sun.COM Reply-To: plocher@sun.UUCP (John Plocher) Organization: Sun Microsystems, Mountain View Lines: 15 In article <757@n3dmc.UU.NET> johnl@n3dmc.UUCP (John Limpert) writes: >>it turned out that there was an unreferenced call on putchar() !! >Add the following code to one of your kernel link kit libraries: > >putchar(c) >int c; >{ > return kdcputc(c); >} This is in fact the "official" Microport solution to that problem - We reconmended putting that code in the kernio.c file (in linkkit/cf I think) because the existing Makefiles will then automatically use it. -John Plocher