From 48b6c559ccf5bc74eaa7e334310e9edf367033e2 Mon Sep 17 00:00:00 2001 From: vda Date: Tue, 10 Apr 2007 21:38:30 +0000 Subject: make a few struct bb_applet members conditional rename sllep_and_die -> xfunc_die make fflush_stdout_and_exit NOFORK-safe fix some buglets found by randomconfig git-svn-id: svn://busybox.net/trunk/busybox@18391 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/herror_msg_and_die.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libbb/herror_msg_and_die.c') diff --git a/libbb/herror_msg_and_die.c b/libbb/herror_msg_and_die.c index a7a22caf7..8c77378d7 100644 --- a/libbb/herror_msg_and_die.c +++ b/libbb/herror_msg_and_die.c @@ -7,9 +7,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include -#include - #include "libbb.h" void bb_herror_msg_and_die(const char *s, ...) @@ -19,5 +16,5 @@ void bb_herror_msg_and_die(const char *s, ...) va_start(p, s); bb_vherror_msg(s, p); va_end(p); - sleep_and_die(); + xfunc_die(); } -- cgit v1.2.3-55-g6feb