Date: Sun, 15 Nov 1998 06:11:06 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_cluster.c Message-ID: <199811151411.GAA21250@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/11/15 06:11:06 PST
Modified files:
sys/kern vfs_cluster.c
Log:
Fixed a missing include. <sys/kernel.h> is needed by the new
MALLOC_DEFINE() and MALLOC_DEFINE() is needed by the recently
reenabled "reallocblks" code, but <sys/kernel.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811151411.GAA21250>
