summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include/trap.h
diff options
context:
space:
mode:
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 0f2459456f7..65b02955390 100644
--- a/sys/arch/mips64/include/trap.h
+++ b/sys/arch/mips64/include/trap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.h,v 1.2 2004/08/08 14:21:27 pefo Exp $ */
+/* $OpenBSD: trap.h,v 1.3 2004/08/10 20:28:13 deraadt Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -111,7 +111,7 @@ struct trapdebug { /* trap history buffer for debugging */
}
#define TRAPSIZE 10 /* Trap log buffer length */
-extern struct trapdebug trapdebug[TRAPSIZE], *trp;
+extern struct trapdebug trapdebug[TRAPSIZE], *trp;
void trapDump __P((char *msg));