summaryrefslogtreecommitdiff
path: root/compat/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/daemon.h')
-rw-r--r--compat/daemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/daemon.h b/compat/daemon.h
index 5a2b02a..0de27cc 100644
--- a/compat/daemon.h
+++ b/compat/daemon.h
@@ -1,7 +1,7 @@
/*
daemon.h - definition of daemon() for systems that lack it
- Copyright (C) 2002, 2003, 2008, 2011 Arthur de Jong
+ Copyright (C) 2002, 2003, 2008, 2011, 2012 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -28,7 +28,7 @@
/* we define daemon() here because on some platforms the function is
undefined: deamonize process, optionally chdir to / and optionally
close stdin, strdout and stderr and redirect them to /dev/null */
-int daemon(int nochdir,int noclose);
+int daemon(int nochdir, int noclose);
#endif /* not HAVE_DECL_DAEMON */
#endif /* not COMPAT__DAEMON_H */