diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-20 22:35:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-20 22:35:13 +0000 |
commit | 274444cd9f7c6c7080d4a5152264e1bee15a44be (patch) | |
tree | 0ef6d479ce695f22cfa6fb4737f970fd2c34714c /sys | |
parent | 941f9e18b0d67ee7a61ab0bcfb805e2a4dd5c987 (diff) |
turn off TRAP_SIGDEBUG
Diffstat (limited to 'sys')
-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> |