]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/daemon.c
Add the updated version of the the win32 pathname fix.
[bacula/bacula] / bacula / src / lib / daemon.c
index 871a25e169c1ec4dd6d3adc7227c3795e3ea6031..540c5f711e9cb99fbb4b8d64bd522598ea786e54 100644 (file)
@@ -34,7 +34,7 @@ extern int debug_level;
 void
 daemon_start()
 {
-#if !defined(HAVE_CYGWIN) && !defined(HAVE_WIN32)
+#if !defined(HAVE_WIN32)
    int i;
    pid_t cpid;
    mode_t oldmask;
@@ -101,6 +101,6 @@ daemon_start()
       }
    }
 
-#endif /* HAVE_CYGWIN */
+#endif /* HAVE_WIN32 */
    Dmsg0(900, "Exit daemon_start\n");
 }