summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include/trap.h
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-01-31 21:35:51 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-01-31 21:35:51 +0000
commit989f704d7675b2206bd048631d7deece5db11c37 (patch)
tree3e2c04010c683159cdb791a050a79894fd4d8d2d /sys/arch/mips64/include/trap.h
parent763a2d1edefc9619d982f97b2fff7aedcae67503 (diff)
Un-__P.
ok pefo@
Diffstat (limited to 'sys/arch/mips64/include/trap.h')
-rw-r--r--sys/arch/mips64/include/trap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/trap.h b/sys/arch/mips64/include/trap.h
index b2a179fd52e..485fd3732e7 100644
--- a/sys/arch/mips64/include/trap.h
+++ b/sys/arch/mips64/include/trap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.h,v 1.4 2004/10/08 07:13:44 grange Exp $ */
+/* $OpenBSD: trap.h,v 1.5 2005/01/31 21:35:49 grange Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -113,7 +113,7 @@ struct trapdebug { /* trap history buffer for debugging */
#define TRAPSIZE 10 /* Trap log buffer length */
extern struct trapdebug trapdebug[TRAPSIZE], *trp;
-void trapDump __P((char *msg));
+void trapDump(char *msg);
#else