summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-12-30 21:19:25 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-12-30 21:19:25 +0000
commit47c7aef51b229c146a69f773884c59118178f9a8 (patch)
tree6bf8d207a5cc54ddd0ce7e8df7b2f4e59d8786ec /sys
parentd9be4344b23e82ad5f4cba4d5a029a9befc6920c (diff)
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/include/bus.h4
1 files changed, 1 insertions, 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
*/