summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vx.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-25 00:43:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-25 00:43:20 +0000
commitec3cb23dd2090f11764de426c83cd89ff2cc38a8 (patch)
tree6c9e9a50dab233c031f7004522ab7e056f7c3d77 /sys/arch/mvme88k/dev/vx.c
parent4d43a30e19552e765939f83669683438cf31eac4 (diff)
cold is in systm now
Diffstat (limited to 'sys/arch/mvme88k/dev/vx.c')
-rw-r--r--sys/arch/mvme88k/dev/vx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/dev/vx.c b/sys/arch/mvme88k/dev/vx.c
index 3ce20fe0635..e56bff06bf6 100644
--- a/sys/arch/mvme88k/dev/vx.c
+++ b/sys/arch/mvme88k/dev/vx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vx.c,v 1.6 2001/03/09 05:44:39 smurph Exp $ */
+/* $OpenBSD: vx.c,v 1.7 2001/06/25 00:43:14 mickey Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* All rights reserved.
@@ -94,8 +94,6 @@ struct vxsoftc {
struct packet *plist_head, *plist_tail;
};
-extern int cold; /* var in autoconf.c that is set in machdep.c when booting */
-
/* prototypes */
void *get_next_envelope __P((struct envelope *thisenv));