artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43214a9
)
Add missing __C #define
author
millert
<millert@openbsd.org>
Thu, 10 Apr 1997 03:01:05 +0000
(
03:01
+0000)
committer
millert
<millert@openbsd.org>
Thu, 10 Apr 1997 03:01:05 +0000
(
03:01
+0000)
sys/arch/alpha/tc/tc_bus_mem.c
patch
|
blob
|
history
diff --git
a/sys/arch/alpha/tc/tc_bus_mem.c
b/sys/arch/alpha/tc/tc_bus_mem.c
index
79740b2
..
f1fe7f6
100644
(file)
--- a/
sys/arch/alpha/tc/tc_bus_mem.c
+++ b/
sys/arch/alpha/tc/tc_bus_mem.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tc_bus_mem.c,v 1.
7 1997/04/02 22:08:10 niklas Exp $
*/
+/* $OpenBSD: tc_bus_mem.c,v 1.
8 1997/04/10 03:01:05 millert Exp $
*/
/* $NetBSD: tc_bus_mem.c,v 1.13 1996/12/02 22:19:34 cgd Exp $ */
/*
@@
-42,6
+42,8
@@
#include <machine/bus.h>
#include <dev/tc/tcvar.h>
+#define __C(A,B) __CONCAT(A,B)
+
/* mapping/unmapping */
int tc_mem_map __P((void *, bus_addr_t, bus_size_t, int,
bus_space_handle_t *));