diff options
author | 2004-02-20 22:35:12 +0000 | |
---|---|---|
committer | 2004-02-20 22:35:12 +0000 | |
commit | e43848c51b8a16c28275b797e31d73cb9f727ed5 (patch) | |
tree | 2af8ed1a8dd150c35b858e9e8dcc2673b25fc049 | |
parent | uppercase CRT; (diff) | |
download | wireguard-openbsd-e43848c51b8a16c28275b797e31d73cb9f727ed5.tar.xz wireguard-openbsd-e43848c51b8a16c28275b797e31d73cb9f727ed5.zip |
turn off TRAP_SIGDEBUG
-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> |