From owner-cvs-sys Fri Feb 20 05:30:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18960 for cvs-sys-outgoing; Fri, 20 Feb 1998 05:30:34 -0800 (PST) (envelope-from owner-cvs-sys) 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 FAA18274; Fri, 20 Feb 1998 05:28:25 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20660; Fri, 20 Feb 1998 05:27:37 -0800 (PST) Date: Fri, 20 Feb 1998 05:27:37 -0800 (PST) Message-Id: <199802201327.FAA20660@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/20 05:27:36 PST Modified files: sys/dev/vn vn.c Log: Removed unused debugging variables and macros. Don't depend on "implicit int" or bloat the data section in the declaration of vn_devsw_installed. Revision Changes Path 1.55 +3 -11 src/sys/dev/vn/vn.c