summaryrefslogtreecommitdiffstats
path: root/sys/netkey/key_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netkey/key_debug.c')
-rw-r--r--sys/netkey/key_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netkey/key_debug.c b/sys/netkey/key_debug.c
index edb1b07..18fe067 100644
--- a/sys/netkey/key_debug.c
+++ b/sys/netkey/key_debug.c
@@ -84,7 +84,7 @@ static void kdebug_secreplay(struct secreplay *);
#endif
#ifndef _KERNEL
-#define panic(param) { printf(param); exit(-1); }
+#define panic(param) { printf(param); exit(1); }
#endif
static const char *
OpenPOWER on IntegriCloud