From owner-cvs-all Sun Nov 15 06:11:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28262 for cvs-all-outgoing; Sun, 15 Nov 1998 06:11:03 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 GAA28257; Sun, 15 Nov 1998 06:11:02 -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 GAA21250; Sun, 15 Nov 1998 06:11:06 -0800 (PST) Date: Sun, 15 Nov 1998 06:11:06 -0800 (PST) Message-Id: <199811151411.GAA21250@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/11/15 06:11:06 PST Modified files: sys/kern vfs_cluster.c Log: Fixed a missing include. is needed by the new MALLOC_DEFINE() and MALLOC_DEFINE() is needed by the recently reenabled "reallocblks" code, but was only included if CLUSTERDEBUG was defined. This was too harmless. gcc only warns about garbage like `SYSINIT(blech);' at file scope ... Revision Changes Path 1.73 +2 -2 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message