From: deraadt Date: Mon, 8 Jan 1996 18:50:24 +0000 (+0000) Subject: from leo; Remove a stray MAXPARTITIONS definition X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0bf17f3f1e7642e71906844f4cf1448a500f2b6d;p=openbsd from leo; Remove a stray MAXPARTITIONS definition --- 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))