]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/filed.c
Complete port to Windows
[bacula/bacula] / bacula / src / filed / filed.c
index ae021bbf2c456c147e877db962fcec564c22e97d..623de061a32d95f75225c99cd162fe7292231ef0 100644 (file)
@@ -27,9 +27,6 @@
 /* Imported Functions */
 extern void *handle_client_request(void *dir_sock);
 
-/* Imported Variables */
-extern time_t watchdog_sleep_time;
-
 /* Forward referenced functions */
 void terminate_filed(int sig);
 static int check_resources();
@@ -74,7 +71,7 @@ static void usage()
  *  Main Bacula Unix Client Program
  *
  */
-#if defined(HAVE_CYGWIN) || defined(HAVE_WIN32)
+#if defined(HAVE_WIN32)
 #define main BaculaMain
 #endif