summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2006-12-30 21:19:24 +0000
committerclaudio <claudio@openbsd.org>2006-12-30 21:19:24 +0000
commitdb8a8c7866376589f393e92b9166f5cd829b6a5d (patch)
treed5de56ae401615d4c0efa0650508e2a3b8b8c972 /sys
parentOnly advertise flow control if MIIF_DOPAUSE is set. (diff)
downloadwireguard-openbsd-db8a8c7866376589f393e92b9166f5cd829b6a5d.tar.xz
wireguard-openbsd-db8a8c7866376589f393e92b9166f5cd829b6a5d.zip
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
*/