From eb505be11b18b09c621dfb19a4e3b5f703c69eeb Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Thu, 10 Jun 2010 11:42:28 +0200 Subject: Move daemonize handling to OS specific files Move daemonize handling from vl.c to OS specific files. Provide dummy stubs for Win32. Signed-off-by: Jes Sorensen Acked-by: Juan Quintela Acked-by: Richard Henderson Signed-off-by: Blue Swirl --- os-win32.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os-win32.c') diff --git a/os-win32.c b/os-win32.c index aefc535ed0..d98fd77c12 100644 --- a/os-win32.c +++ b/os-win32.c @@ -214,3 +214,8 @@ void os_parse_cmd_args(int index, const char *optarg) { return; } + +void os_pidfile_error(void) +{ + fprintf(stderr, "Could not acquire pid file: %s\n", strerror(errno)); +} -- cgit v1.2.1