diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-01-31 21:11:27 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-01-31 21:11:27 +0000 |
commit | 019b23805ab7aedce2518c69605bf44af5e56091 (patch) | |
tree | 0404869161a8c8571e7699f3af93897dafc19cf1 /sys/arch/amiga | |
parent | a77106fdddcd83c79ca60caf02fb90ef8c9bc115 (diff) |
from netbsd: remove MAXPARTITIONS
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r-- | sys/arch/amiga/include/param.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amiga/include/param.h b/sys/arch/amiga/include/param.h index f7f5b4f6723..68474492998 100644 --- a/sys/arch/amiga/include/param.h +++ b/sys/arch/amiga/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.25 1995/08/18 15:28:25 chopps Exp $ */ +/* $NetBSD: param.h,v 1.26 1996/01/28 19:12:46 chopps Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -112,8 +112,6 @@ #define NKMEMCLUSTERS (3072*1024/CLBYTES) #endif -#define MAXPARTITIONS 16 - /* pages ("clicks") to disk blocks */ #define ctod(x) ((x) << (PGSHIFT - DEV_BSHIFT)) #define dtoc(x) ((x) >> (PGSHIFT - DEV_BSHIFT)) |