diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1997-01-16 14:26:26 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1997-01-16 14:26:26 +0000 |
commit | 8cc9c7bbdbbe0759655a92119389a3b814c5fc21 (patch) | |
tree | a025aa00273efd987ab4481a08fdc79f301a8197 /sys/arch/vax | |
parent | 4ef7c1af11782a7e98d28860d547401f90180cc9 (diff) |
Don't define MAXBSIZE here. -moj
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/include/param.h b/sys/arch/vax/include/param.h index a50abd5fe93..ef99aae85d8 100644 --- a/sys/arch/vax/include/param.h +++ b/sys/arch/vax/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.6 1997/01/15 23:24:42 maja Exp $ */ +/* $OpenBSD: param.h,v 1.7 1997/01/16 14:26:25 maja Exp $ */ /* $NetBSD: param.h,v 1.22 1997/01/11 11:06:17 ragge Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -76,7 +76,9 @@ #define BLKDEV_IOSIZE 2048 #define MAXPHYS (63 * 1024) /* max raw I/O transfer size */ +#ifdef 0 #define MAXBSIZE 0x4000 /* max FS block size - XXX */ +#endif #define CLSIZELOG2 1 #define CLSIZE 2 |