From 08c14e4e1e9c0f2cba1b45722d0f395887c150d7 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Mon, 6 Oct 2008 14:24:27 +0200 Subject: Always use bundled daemonize function, fixed warnings on MacOSX --- daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon.c') diff --git a/daemon.c b/daemon.c index 2896e22..7cf01ad 100644 --- a/daemon.c +++ b/daemon.c @@ -40,7 +40,7 @@ #include "memcached.h" -int daemon(int nochdir, int noclose) +int daemonize(int nochdir, int noclose) { int fd; -- cgit v1.2.1