diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-08 18:50:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-08 18:50:25 +0000 |
commit | d10dd84c02399ebc8d94d82604703a053c716fa0 (patch) | |
tree | 321442f4a65fa5643768c2ae08073addb423fbaa /sys/arch | |
parent | 1924cb9b24ef1ba00c46eaa21b5c044d68a4f5d3 (diff) |
from leo; Remove a stray MAXPARTITIONS definition
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/atari/include/param.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/atari/include/param.h b/sys/arch/atari/include/param.h index 584bf078116..ca836dd5902 100644 --- a/sys/arch/atari/include/param.h +++ b/sys/arch/atari/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.9 1995/08/13 00:21:54 mycroft Exp $ */ +/* $NetBSD: param.h,v 1.10 1996/01/07 22:30:41 leo Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -113,8 +113,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)) |