Date: Tue, 24 Aug 1999 01:39:43 -0700 (PDT) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c Message-ID: <199908240839.BAA74260@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 1999/08/24 01:39:43 PDT Modified files: sys/ufs/ffs ffs_alloc.c Log: Fix bug introduced in rev 1.28, which causes kernel build to break for the case where DEBUG is defined but not DIAGNOSTIC. ffs_checkblk is declared conditionally on DIAGNOSTIC, not DEBUG. PR: 13314 Reviewed by: bde Revision Changes Path 1.60 +4 -2 src/sys/ufs/ffs/ffs_alloc.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?199908240839.BAA74260>