Bryan Drewery 21 سال پیش
والد
کامیت
7f057fafa0
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 2 1
      src/bg.c
  2. 1 0
      src/cmds.c

+ 2 - 1
src/bg.c

@@ -31,6 +31,7 @@ pid_t watcher;                  /* my child/watcher */
 static void init_watcher(pid_t);
 #endif /* !CYGWIN_HACKS */
 
+/*
 int
 my_daemon(int nochdir, int noclose)
 {
@@ -72,7 +73,7 @@ my_daemon(int nochdir, int noclose)
   }
   return (0);
 }
-
+*/
 
 pid_t
 do_fork()

+ 1 - 0
src/cmds.c

@@ -8,6 +8,7 @@
 #include "common.h"
 #include "cmds.h"
 #include "conf.h"
+#include "binary.h"
 #include "color.h"
 #include "settings.h"
 #include "settings.h"