Module Name: src
Committed By: skrll
Date: Fri Apr 23 06:15:16 UTC 2021
Modified Files:
src/sys/arch/mipsco/include: bus.h
Log Message:
Use sys/cdefs.h __CONCAT3
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mipsco/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/mipsco/include/bus.h
diff -u src/sys/arch/mipsco/include/bus.h:1.22 src/sys/arch/mipsco/include/bus.h:1.23
--- src/sys/arch/mipsco/include/bus.h:1.22 Mon Sep 23 16:17:56 2019
+++ src/sys/arch/mipsco/include/bus.h Fri Apr 23 06:15:16 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.22 2019/09/23 16:17:56 skrll Exp $ */
+/* $NetBSD: bus.h,v 1.23 2021/04/23 06:15:16 skrll Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -95,15 +95,6 @@
#endif /* BUS_SPACE_DEBUG */
/*
- * Utility macro; do not use outside this file.
- */
-#ifdef __STDC__
-#define __CONCAT3(a,b,c) a##b##c
-#else
-#define __CONCAT3(a,b,c) a/**/b/**/c
-#endif
-
-/*
* Bus address and size types
*/
typedef u_long bus_addr_t;