Bryan Drewery %!s(int64=21) %!d(string=hai) anos
pai
achega
7f057fafa0
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  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"