summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-07-31 15:31:18 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-07-31 15:31:18 +0000
commitd9646e2bbe5f352b591ec2f22d273ff0c70b515a (patch)
treec333556fc8de9ffa4437c87c01a619c407820e34 /sys/arch/solbourne
parent1f063fd64636631289c21dcae8269e0426a5b146 (diff)
Get rid of unused SINCR and SSIZE constants.
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r--sys/arch/solbourne/include/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/solbourne/include/param.h b/sys/arch/solbourne/include/param.h
index 4fb1cea06f5..2b9a9b92425 100644
--- a/sys/arch/solbourne/include/param.h
+++ b/sys/arch/solbourne/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.1 2005/04/19 21:30:18 miod Exp $ */
+/* $OpenBSD: param.h,v 1.2 2005/07/31 15:31:16 miod Exp $ */
/* OpenBSD: param.h,v 1.29 2004/08/06 22:31:31 mickey Exp */
/*
@@ -82,7 +82,6 @@
#define BLKDEV_IOSIZE 2048
#define MAXPHYS (64 * 1024)
-#define SSIZE 1 /* initial stack size in pages */
#define USPACE 8192
#define USPACE_ALIGN (0) /* u-area alignment 0-none */