diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-12 08:20:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-12 08:20:42 +0000 |
commit | 236da5677a53227c6dc184858a2be53b81172be7 (patch) | |
tree | 385c682161e720b25661ef31e2aabeba47d61b4f /sys/arch/vax/mba | |
parent | 6b4b1e72e45a98113890e3f1772545351866c016 (diff) |
sync to 0611
Diffstat (limited to 'sys/arch/vax/mba')
-rw-r--r-- | sys/arch/vax/mba/hp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/mba/hp.c b/sys/arch/vax/mba/hp.c index 0dbb14fd472..65c33749d88 100644 --- a/sys/arch/vax/mba/hp.c +++ b/sys/arch/vax/mba/hp.c @@ -1,4 +1,4 @@ -/* $NetBSD: hp.c,v 1.8 1996/04/08 18:38:58 ragge Exp $ */ +/* $NetBSD: hp.c,v 1.9 1996/05/19 16:43:34 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -51,7 +51,6 @@ #include <sys/ioccom.h> #include <sys/fcntl.h> #include <sys/syslog.h> -#include <sys/cpu.h> #include <machine/trap.h> #include <machine/pte.h> |