remove MAXPARTITIONS, closes #1923
This commit is contained in:
parent
348b7f3d87
commit
e717f326d5
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user