From 779840c457bb3a546512321e6b47d89829e421ca Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 2 May 1996 10:43:17 +0000 Subject: First pass at cleaning up macros relating to pages, clusters and all that. --- sys/fs/cd9660/cd9660_vnops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/fs') diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c index 5bf1751..e3b28ce 100644 --- a/sys/fs/cd9660/cd9660_vnops.c +++ b/sys/fs/cd9660/cd9660_vnops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_vnops.c 8.3 (Berkeley) 1/23/94 - * $Id: cd9660_vnops.c,v 1.23 1995/12/03 17:14:38 bde Exp $ + * $Id: cd9660_vnops.c,v 1.24 1996/03/14 21:44:32 joerg Exp $ */ #include @@ -284,7 +284,7 @@ cd9660_getattr(ap) return (0); } -#if ISO_DEFAULT_BLOCK_SIZE >= NBPG +#if ISO_DEFAULT_BLOCK_SIZE >= PAGE_SIZE #ifdef DEBUG extern int doclusterread; #else -- cgit v1.1