artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0148ec
)
from leo; Remove a stray MAXPARTITIONS definition
author
deraadt
<deraadt@openbsd.org>
Mon, 8 Jan 1996 18:50:24 +0000
(18:50 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 8 Jan 1996 18:50:24 +0000
(18:50 +0000)
sys/arch/atari/include/param.h
patch
|
blob
|
history
diff --git
a/sys/arch/atari/include/param.h
b/sys/arch/atari/include/param.h
index
584bf07
..
ca836dd
100644
(file)
--- 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))