Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!xanth!mcnc!decvax!decwrl!sun!pitstop!sundc!seismo!uunet!n3dmc!johnl From: johnl@n3dmc.UU.NET (John Limpert) Newsgroups: comp.unix.microport Subject: Bell Tech ICC device driver & Uport 2.4 Message-ID: <452@n3dmc.UU.NET> Date: 4 Dec 88 23:33:30 GMT Organization: N3DMC, Silver Spring, Maryland Lines: 20 While upgrading my AT clone to Microport System V/AT 2.4, I ran into a problem with Bell Tech's ICC device driver software. The kernel link was failing due to 'putchar' being undefined. After snooping thru various symbol tables I found a simple fix. Compile the following function and add it to /usr/linkkit/lib7: putchar(c) int c; { return kdcputc(c); } The putchar function seems to have disappeared when the console driver was modified for release 2.4. The kdcputc function appears to be functionally equivalent. -- John A. Limpert UUCP: johnl@n3dmc.UUCP, johnl@n3dmc.UU.NET, uunet!n3dmc!johnl