summaryrefslogtreecommitdiff
path: root/sys/arch/vax
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/vax
parent62e8975901017f65d1114e50579720901c7690e4 (diff)
Get rid of REAL_CLISTS. It was never implemented and the tentacles are
everywhhere.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/machdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c
index 794a7d3961f..7a2da3aba70 100644
--- a/sys/arch/vax/vax/machdep.c
+++ b/sys/arch/vax/vax/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.34 2001/06/15 22:45:33 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.35 2001/07/05 10:12:20 art Exp $ */
/* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */
/*
@@ -760,9 +760,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);