from leo; Remove a stray MAXPARTITIONS definition
authorderaadt <deraadt@openbsd.org>
Mon, 8 Jan 1996 18:50:24 +0000 (18:50 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 8 Jan 1996 18:50:24 +0000 (18:50 +0000)
sys/arch/atari/include/param.h

index 584bf07..ca836dd 100644 (file)
@@ -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.
 #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))