summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-07-05 10:12:29 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-07-05 10:12:29 +0000
commit1853ec1bdb135555d58f6248f490bc10c23c08f0 (patch)
treea516d4f4c24ffd623d341ec1eacb10e39a2bba77 /sys/arch/sun3
parent62e8975901017f65d1114e50579720901c7690e4 (diff)
Get rid of REAL_CLISTS. It was never implemented and the tentacles are
everywhhere.
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/sun3/machdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c
index bff3ba05a4a..0d2fceefccf 100644
--- a/sys/arch/sun3/sun3/machdep.c
+++ b/sys/arch/sun3/sun3/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.33 2001/06/27 04:44:03 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.34 2001/07/05 10:12:17 art Exp $ */
/* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */
/*
@@ -188,9 +188,6 @@ allocsys(v)
register caddr_t v;
{
-#ifdef REAL_CLISTS
- valloc(cfree, struct cblock, nclist);
-#endif
valloc(timeouts, struct timeout, ntimeout);
#ifdef SYSVSHM
valloc(shmsegs, struct shmid_ds, shminfo.shmmni);