From owner-cvs-all Sat Sep 12 11:46:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00331 for cvs-all-outgoing; Sat, 12 Sep 1998 11:46:08 -0700 (PDT) (envelope-from owner-cvs-all) 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 LAA00326; Sat, 12 Sep 1998 11:46:07 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA13394; Sat, 12 Sep 1998 11:46:06 -0700 (PDT) Date: Sat, 12 Sep 1998 11:46:06 -0700 (PDT) Message-Id: <199809121846.LAA13394@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/12 11:46:06 PDT Modified files: sys/dev/vn vn.c Log: Enable the vn device under DEVFS without SLICE. This was apparently missed when all the #ifdef SLICE gunk was put in. Revision Changes Path 1.70 +33 -4 src/sys/dev/vn/vn.c