From owner-cvs-sys Sat Oct 11 03:40:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA14655 for cvs-sys-outgoing; Sat, 11 Oct 1997 03:40:20 -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 DAA14553; Sat, 11 Oct 1997 03:39:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA27219; Sat, 11 Oct 1997 03:39:20 -0700 (PDT) Date: Sat, 11 Oct 1997 03:39:20 -0700 (PDT) Message-Id: <199710111039.DAA27219@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_kern.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/11 03:39:19 PDT Modified files: sys/vm vm_kern.h Log: Attempt to fix the previous fix to the contigmalloc1 prototype. struct malloc_type isn't defined in all cases (eg: from ddb), and the line wrapping was very badly mangled. Revision Changes Path 1.17 +4 -3 src/sys/vm/vm_kern.h