summaryrefslogtreecommitdiffstats
path: root/sys/netkey
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-11-02 11:43:07 +0000
committerume <ume@FreeBSD.org>2003-11-02 11:43:07 +0000
commit5079f19ffa944d0b068f8b9441fa883ba92b610d (patch)
tree2a1b7180d93655fa125c1c7b3ddb2a569aa076d7 /sys/netkey
parente211c7fba50e659d4f3d07a914b27389026083c9 (diff)
downloadFreeBSD-src-5079f19ffa944d0b068f8b9441fa883ba92b610d.zip
FreeBSD-src-5079f19ffa944d0b068f8b9441fa883ba92b610d.tar.gz
exit(3) with negative value does not make sense'
Obtained from: KAME
Diffstat (limited to 'sys/netkey')
-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