diff options
-rw-r--r-- | sys/arch/amd64/amd64/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/trap.c b/sys/arch/amd64/amd64/trap.c index 82f5623731d..f543c8c843c 100644 --- a/sys/arch/amd64/amd64/trap.c +++ b/sys/arch/amd64/amd64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.1 2004/01/28 01:39:39 mickey Exp $ */ +/* $OpenBSD: trap.c,v 1.2 2004/02/20 22:35:12 deraadt Exp $ */ /* $NetBSD: trap.c,v 1.2 2003/05/04 23:51:56 fvdl Exp $ */ /*- @@ -78,7 +78,7 @@ /* * amd64 Trap and System call handling */ -#define TRAP_SIGDEBUG +#undef TRAP_SIGDEBUG #include <sys/param.h> #include <sys/systm.h> |