diff options
author | 2003-08-11 06:23:07 +0000 | |
---|---|---|
committer | 2003-08-11 06:23:07 +0000 | |
commit | 599546b3df9d501c5df00d16afc0d6ef8054a751 (patch) | |
tree | 497dafb2e950a5b91385da061a8c32b00de30455 /sys/lib/libsa/exit.c | |
parent | make sure Debugger() is called only inside _both_ DDB and OSIOP_DEBUG (diff) | |
download | wireguard-openbsd-599546b3df9d501c5df00d16afc0d6ef8054a751.tar.xz wireguard-openbsd-599546b3df9d501c5df00d16afc0d6ef8054a751.zip |
ansification and knf and protos
Diffstat (limited to 'sys/lib/libsa/exit.c')
-rw-r--r-- | sys/lib/libsa/exit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/exit.c b/sys/lib/libsa/exit.c index b4503f7860c..db825baa9b4 100644 --- a/sys/lib/libsa/exit.c +++ b/sys/lib/libsa/exit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exit.c,v 1.7 2003/06/01 17:00:32 deraadt Exp $ */ +/* $OpenBSD: exit.c,v 1.8 2003/08/11 06:23:09 deraadt Exp $ */ /* $NetBSD: exit.c,v 1.11 1996/12/01 20:22:19 pk Exp $ */ /*- @@ -54,7 +54,7 @@ panic(const char *fmt, ...) } void -exit() +exit(void) { panic("exit"); /*NOTREACHED*/ |