Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!constellation!osuunx.ucc.okstate.edu!moe.ksu.ksu.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!olivea!uunet!mcsun!marble.uknet.ac.uk!uknet!zaphod.axion.bt.co.uk!lessen From: lessen@axion.bt.co.uk (Lee Essen) Newsgroups: comp.os.386bsd.bugs Subject: Note for syscons users with patchkit 0.2.2 Message-ID: <1993Mar24.090026@axion.bt.co.uk> Date: 24 Mar 93 09:07:54 GMT Reply-To: lessen@axion.bt.co.uk (Lee Essen) Organization: British Telecom Research Labs Lines: 15 NNTP-Posting-Host: jammy.axion.bt.co.uk Anyone using syscons with patchkit 0.2.2 (or recent patches) will have a problem... I don't know what patch it is off hand, but one of them moves the pg() function out of pccons.c and into cons.c for use by some other routines. There is also a pg() routine in syscons.c, so, if you build a kernel you'll get a duplicate error message. Solution: just comment out the pg() in syscons.c (the function not the prototype) Hope thats useful! Lee.