From owner-cvs-all Sat Jan 9 10:38:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25826 for cvs-all-outgoing; Sat, 9 Jan 1999 10:38:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25811; Sat, 9 Jan 1999 10:38:22 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id FAA14883; Sun, 10 Jan 1999 05:37:49 +1100 Date: Sun, 10 Jan 1999 05:37:49 +1100 From: Bruce Evans Message-Id: <199901091837.FAA14883@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, nsouch@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ppbus if_plip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/dev/ppbus if_plip.c > Log: > Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int. Actually, inb() is u_char and ppb_rxxx() are broken (should be u_char). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message