From owner-cvs-sys Sat Oct 11 06:13:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA19203 for cvs-sys-outgoing; Sat, 11 Oct 1997 06:13:08 -0700 (PDT) (envelope-from owner-cvs-sys) 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 GAA19177; Sat, 11 Oct 1997 06:12:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA01423; Sat, 11 Oct 1997 06:11:36 -0700 (PDT) Date: Sat, 11 Oct 1997 06:11:36 -0700 (PDT) Message-Id: <199710111311.GAA01423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys malloc.h src/sys/kern kern_lkm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/11 06:11:36 PDT Modified files: sys/sys malloc.h sys/kern kern_lkm.c Log: Remove all traces of M_VFSCONF, which were for all practical purposes unused. Revision Changes Path 1.28 +1 -2 src/sys/sys/malloc.h 1.43 +1 -3 src/sys/kern/kern_lkm.c