From owner-cvs-sys Thu Aug 28 04:16:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA22445 for cvs-sys-outgoing; Thu, 28 Aug 1997 04:16:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA22258; Thu, 28 Aug 1997 04:13:13 -0700 (PDT) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA28075; Thu, 28 Aug 1997 04:12:10 -0700 (PDT) Date: Thu, 28 Aug 1997 04:12:10 -0700 (PDT) Message-Id: <199708281112.EAA28075@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus nlpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1997/08/28 04:12:10 PDT Modified files: sys/dev/ppbus nlpt.c Log: Remove bogus timeout_func_t casts. Remove unused headers. Remove all but one instance of the device base name. Prototype some local static functions. Consistently reference the softc structure as "sc" rather than "lpt". Prompted-by: bde Revision Changes Path 1.4 +199 -193 src/sys/dev/ppbus/nlpt.c