]> git.meshlink.io Git - meshlink/blobdiff - lib/dropin.c
Merge branch 'master' into 1.1
[meshlink] / lib / dropin.c
index 1c2592dfd5231b4d43751fa1a241250d29c767b4..4ad32378bdbb541c90ac9e1303d8da059ff9988a 100644 (file)
@@ -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;