X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=lib%2Fdropin.c;h=4ad32378bdbb541c90ac9e1303d8da059ff9988a;hp=1c2592dfd5231b4d43751fa1a241250d29c767b4;hb=075e6828a7533e7daa790225f17aa6bb39703278;hpb=b5ccce296848aab72d574ca3de14af5fdf3efa4d diff --git a/lib/dropin.c b/lib/dropin.c index 1c2592df..4ad32378 100644 --- a/lib/dropin.c +++ b/lib/dropin.c @@ -38,8 +38,7 @@ Unless the argument noclose is non-zero, daemon() will redirect standard input, standard output and standard error to /dev/null. */ -int daemon(int nochdir, int noclose) -{ +int daemon(int nochdir, int noclose) { #ifdef HAVE_FORK pid_t pid; int fd; @@ -97,8 +96,7 @@ int daemon(int nochdir, int noclose) current directory name. If the environment variable PWD is set, and its value is correct, then that value will be returned. */ -char *get_current_dir_name(void) -{ +char *get_current_dir_name(void) { size_t size; char *buf; char *r;