diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-07-31 15:31:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-07-31 15:31:18 +0000 |
commit | d9646e2bbe5f352b591ec2f22d273ff0c70b515a (patch) | |
tree | c333556fc8de9ffa4437c87c01a619c407820e34 /sys/arch/sparc/include | |
parent | 1f063fd64636631289c21dcae8269e0426a5b146 (diff) |
Get rid of unused SINCR and SSIZE constants.
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/param.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index 744a9a480b0..1063d837476 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.29 2004/08/06 22:31:31 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.30 2005/07/31 15:31:17 miod Exp $ */ /* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */ /* @@ -87,7 +87,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 */ |