Bryan Drewery 21 gadi atpakaļ
vecāks
revīzija
7f057fafa0
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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);
 static void init_watcher(pid_t);
 #endif /* !CYGWIN_HACKS */
 #endif /* !CYGWIN_HACKS */
 
 
+/*
 int
 int
 my_daemon(int nochdir, int noclose)
 my_daemon(int nochdir, int noclose)
 {
 {
@@ -72,7 +73,7 @@ my_daemon(int nochdir, int noclose)
   }
   }
   return (0);
   return (0);
 }
 }
-
+*/
 
 
 pid_t
 pid_t
 do_fork()
 do_fork()

+ 1 - 0
src/cmds.c

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