diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 09:24:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 09:24:39 +0000 |
commit | 9f85a418c4f178b98e9bc2dc6d16ca8814e92dfc (patch) | |
tree | 1516479a708c8fdae332ec5d4d5c59d6a8f9b97c /sys/arch/vax/uba/uba.c | |
parent | b32e0c7712a30f98356c6e4f7ba706c2122b07d2 (diff) |
from netbsd:
Move the old-style disk instrumentation "structures" to a central
location (sys/kern/subr_disk.c) and note that they should/will be
deprecated.
Diffstat (limited to 'sys/arch/vax/uba/uba.c')
-rw-r--r-- | sys/arch/vax/uba/uba.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/uba/uba.c b/sys/arch/vax/uba/uba.c index a129412e12c..999fb900183 100644 --- a/sys/arch/vax/uba/uba.c +++ b/sys/arch/vax/uba/uba.c @@ -1,4 +1,4 @@ -/* $NetBSD: uba.c,v 1.11 1995/12/13 19:02:57 ragge Exp $ */ +/* $NetBSD: uba.c,v 1.12 1995/12/28 19:17:07 thorpej Exp $ */ /* * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -66,7 +66,6 @@ #include "ubareg.h" #include "ubavar.h" -int dkn; extern int cold; volatile int rbr,rcvec; |