From owner-cvs-all Sun Dec 13 15:25:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23806 for cvs-all-outgoing; Sun, 13 Dec 1998 15:25:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23801; Sun, 13 Dec 1998 15:25:29 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16418; Sun, 13 Dec 1998 15:25:29 -0800 (PST) Date: Sun, 13 Dec 1998 15:25:29 -0800 (PST) Message-Id: <199812132325.PAA16418@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa labpc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1998/12/13 15:25:29 PST Modified files: sys/i386/isa labpc.c Log: Fix typo - sizeof(struct crtl *) -> sizeof(struct ctrl *). XXX This still assume that bzero() over a field create null-pointers, which seems a chancy proposition at best. Revision Changes Path 1.30 +1 -1 src/sys/i386/isa/labpc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message