artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c61c0
)
from netbsd: remove MAXPARTITIONS
author
niklas
<niklas@openbsd.org>
Wed, 31 Jan 1996 21:11:26 +0000
(21:11 +0000)
committer
niklas
<niklas@openbsd.org>
Wed, 31 Jan 1996 21:11:26 +0000
(21:11 +0000)
sys/arch/amiga/include/param.h
patch
|
blob
|
history
diff --git
a/sys/arch/amiga/include/param.h
b/sys/arch/amiga/include/param.h
index
f7f5b4f
..
6847449
100644
(file)
--- a/
sys/arch/amiga/include/param.h
+++ b/
sys/arch/amiga/include/param.h
@@
-1,4
+1,4
@@
-/* $NetBSD: param.h,v 1.2
5 1995/08/18 15:28:25
chopps Exp $ */
+/* $NetBSD: param.h,v 1.2
6 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))