X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdaemon.c;h=5486504641b6ded5fa94dae6b5506be66a07ba0c;hb=aed133bf9bce8f35b666c3052907f525c803c83b;hp=cb2f8c206a4d9d1f5904d6700af0c7970e992b88;hpb=d4db8309c5f22e1fb0201c67b2bf044f652332b7;p=openvswitch diff --git a/lib/daemon.c b/lib/daemon.c index cb2f8c20..54865046 100644 --- a/lib/daemon.c +++ b/lib/daemon.c @@ -59,7 +59,7 @@ static bool monitor; /* Returns the file name that would be used for a pidfile if 'name' were * provided to set_pidfile(). The caller must free the returned string. */ char * -make_pidfile_name(const char *name) +make_pidfile_name(const char *name) { return (!name ? xasprintf("%s/%s.pid", ovs_rundir, program_name)