summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tc/tc_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/tc/tc_machdep.h')
-rw-r--r--sys/arch/alpha/tc/tc_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/tc/tc_machdep.h b/sys/arch/alpha/tc/tc_machdep.h
index 529d5ec2567..3c26c5c8f85 100644
--- a/sys/arch/alpha/tc/tc_machdep.h
+++ b/sys/arch/alpha/tc/tc_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tc_machdep.h,v 1.4 1996/12/08 00:20:59 niklas Exp $ */
+/* $OpenBSD: tc_machdep.h,v 1.5 2002/03/14 01:26:28 millert Exp $ */
/* $NetBSD: tc_machdep.h,v 1.3 1996/10/22 21:34:22 cgd Exp $ */
/*
@@ -92,4 +92,4 @@ typedef int32_t tc_offset_t;
#define TC_PHYS_TO_UNCACHED(addr) \
(addr)
-bus_space_tag_t tc_bus_mem_init __P((void *memv));;
+bus_space_tag_t tc_bus_mem_init(void *memv);;