Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include Avoid duplicate PRIxBUSADDR and follow ...
details: https://anonhg.NetBSD.org/src/rev/d4fbfef167ae
branches: trunk
changeset: 965613:d4fbfef167ae
user: maya <maya%NetBSD.org@localhost>
date: Tue Sep 24 14:26:32 2019 +0000
description:
Avoid duplicate PRIxBUSADDR and follow the likely intention, providing PRIxBSH.
diffstat:
sys/arch/vax/include/bus.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 83063d4b3f90 -r d4fbfef167ae sys/arch/vax/include/bus.h
--- a/sys/arch/vax/include/bus.h Tue Sep 24 13:27:39 2019 +0000
+++ b/sys/arch/vax/include/bus.h Tue Sep 24 14:26:32 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.34 2019/09/23 16:17:58 skrll Exp $ */
+/* $NetBSD: bus.h,v 1.35 2019/09/24 14:26:32 maya Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -105,7 +105,7 @@
typedef struct vax_bus_space *bus_space_tag_t;
typedef vaddr_t bus_space_handle_t;
-#define PRIxBUSADDR PRIxVADDR
+#define PRIxBSH PRIxVADDR
struct vax_bus_space {
/* cookie */
Home |
Main Index |
Thread Index |
Old Index