From d2df956d3baab257d9703ab83580e0830297c427 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sat, 5 Aug 2000 22:03:37 +0000 Subject: pasto --- sys/arch/i386/include/bus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/include/bus.h b/sys/arch/i386/include/bus.h index 06e2a5520e8..83e6d9797bd 100644 --- a/sys/arch/i386/include/bus.h +++ b/sys/arch/i386/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.21 2000/07/27 16:33:39 mickey Exp $ */ +/* $OpenBSD: bus.h,v 1.22 2000/08/05 22:03:36 niklas Exp $ */ /* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */ /*- @@ -776,7 +776,7 @@ void bus_space_free __P((bus_space_tag_t t, bus_space_handle_t bsh, } \ } while (0) -#if 0 /* Cause a link error for bus_space_copy_region_8 */ +#if 0 /* Cause a link error for bus_space_copy_8 */ #define bus_space_copy_8 \ !!! bus_space_copy_8 unimplemented !!! #endif -- cgit v1.2.3