From 47c7aef51b229c146a69f773884c59118178f9a8 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Sat, 30 Dec 2006 21:19:25 +0000 Subject: Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism. discussed with miod@ who has the same changes hiding in one of his trees. --- sys/arch/sparc64/include/bus.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/sparc64/include/bus.h b/sys/arch/sparc64/include/bus.h index 0d8a8bd3e29..52479e8be97 100644 --- a/sys/arch/sparc64/include/bus.h +++ b/sys/arch/sparc64/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.19 2006/06/07 19:13:07 miod Exp $ */ +/* $OpenBSD: bus.h,v 1.20 2006/12/30 21:19:24 claudio Exp $ */ /* $NetBSD: bus.h,v 1.31 2001/09/21 15:30:41 wiz Exp $ */ /*- @@ -142,8 +142,6 @@ enum bus_type { /* For backwards compatibility */ #define SPARC_BUS_SPACE UPA_BUS_SPACE -#define __BUS_SPACE_HAS_STREAM_METHODS 1 - /* * Bus address and size types */ -- cgit v1.2.3