From 72b813e2cdb35ee7642df1c26ec253df7b027942 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 30 May 1998 02:28:39 +0000 Subject: define ISO_DEFAULT_BLOCK_SHIFT and redefine ISO_DEFAULT_BLOCK_SIZE through it --- sys/isofs/cd9660/iso.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/isofs') diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h index 105ccb693e0..19c47c153dd 100644 --- a/sys/isofs/cd9660/iso.h +++ b/sys/isofs/cd9660/iso.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iso.h,v 1.7 1997/11/08 17:21:09 niklas Exp $ */ +/* $OpenBSD: iso.h,v 1.8 1998/05/30 02:28:38 mickey Exp $ */ /* $NetBSD: iso.h,v 1.20 1997/07/07 22:45:34 cgd Exp $ */ /*- @@ -98,7 +98,8 @@ struct iso_primary_descriptor { char application_data [ISODCL (884, 1395)]; char unused5 [ISODCL (1396, 2048)]; }; -#define ISO_DEFAULT_BLOCK_SIZE 2048 +#define ISO_DEFAULT_BLOCK_SHIFT 11 +#define ISO_DEFAULT_BLOCK_SIZE (1<