From 27af5a0dd34b1b392aa69b548e18935aafe66e5f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 3 Sep 2006 12:21:59 +0000 Subject: replacing func() with xfunc() where appropriate --- libbb/xfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/xfuncs.c') diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index b2b53a712..116cff459 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -454,7 +454,7 @@ DIR *xopendir(const char *path) /* Die with an error message if we can't daemonize. */ void xdaemon(int nochdir, int noclose) { - if (daemon(nochdir, noclose)) bb_perror_msg_and_die("daemon"); + if (daemon(nochdir, noclose)) bb_perror_msg_and_die("daemon"); } #endif #endif -- cgit v1.2.3