Module Name:    src
Committed By:   maya
Date:           Tue Sep 24 14:26:33 UTC 2019

Modified Files:
        src/sys/arch/vax/include: bus.h

Log Message:
Avoid duplicate PRIxBUSADDR and follow the likely intention, providing PRIxBSH.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/vax/include/bus.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/include/bus.h
diff -u src/sys/arch/vax/include/bus.h:1.34 src/sys/arch/vax/include/bus.h:1.35
--- src/sys/arch/vax/include/bus.h:1.34	Mon Sep 23 16:17:58 2019
+++ src/sys/arch/vax/include/bus.h	Tue Sep 24 14:26:32 2019
@@ -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 psize_t bus_size_t;
 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 */

Reply via email to