summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/hpib.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-03 04:48:09 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-03 04:48:09 +0000
commit3dc2bab62b31e6caa1a00fece6004504f8e08033 (patch)
treec3a44aeae3938880a95422164280589feafe53aa /sys/arch/hp300/stand/hpib.c
parent08e8d869ff1f7248522b236f25044d2744c972dd (diff)
Merge new config(8) support from NetBSD, by Jason Thorpe.
Also add siginfo glue, BOOT_CONFIG, and various other changes.
Diffstat (limited to 'sys/arch/hp300/stand/hpib.c')
-rw-r--r--sys/arch/hp300/stand/hpib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hp300/stand/hpib.c b/sys/arch/hp300/stand/hpib.c
index abb1d34a3ce..3210482c5eb 100644
--- a/sys/arch/hp300/stand/hpib.c
+++ b/sys/arch/hp300/stand/hpib.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: hpib.c,v 1.2 1997/01/17 08:32:45 downsj Exp $ */
-/* $NetBSD: hpib.c,v 1.4 1994/10/26 07:27:21 cgd Exp $ */
+/* $OpenBSD: hpib.c,v 1.3 1997/02/03 04:48:04 downsj Exp $ */
+/* $NetBSD: hpib.c,v 1.5 1997/01/30 10:32:53 thorpej Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -41,9 +41,9 @@
*/
#include <sys/param.h>
#include <sys/reboot.h>
-#include <hp300/dev/device.h>
-#include "hpibvar.h"
+#include <hp300/stand/device.h>
+#include <hp300/stand/hpibvar.h>
#include "stand.h"
#include "samachdep.h"