Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/isofs/cd9660 NBPG -> PAGE_SIZE



details:   https://anonhg.NetBSD.org/src/rev/99af9a0d99fc
branches:  trunk
changeset: 499235:99af9a0d99fc
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Nov 14 22:26:32 2000 +0000

description:
NBPG -> PAGE_SIZE

diffstat:

 sys/isofs/cd9660/cd9660_vnops.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea216808c0f7 -r 99af9a0d99fc sys/isofs/cd9660/cd9660_vnops.c
--- a/sys/isofs/cd9660/cd9660_vnops.c   Tue Nov 14 22:23:06 2000 +0000
+++ b/sys/isofs/cd9660/cd9660_vnops.c   Tue Nov 14 22:26:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd9660_vnops.c,v 1.59 2000/08/03 03:39:52 thorpej Exp $        */
+/*     $NetBSD: cd9660_vnops.c,v 1.60 2000/11/14 22:26:32 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1994
@@ -247,7 +247,7 @@
 
 /* XXX until cluster routines can handle block sizes less than one page */
 #define cd9660_doclusterread \
-       (doclusterread && (ISO_DEFAULT_BLOCK_SIZE >= NBPG))
+       (doclusterread && (ISO_DEFAULT_BLOCK_SIZE >= PAGE_SIZE))
 
 /*
  * Vnode op for reading.



Home | Main Index | Thread Index | Old Index