Explorar el Código

* Another BSD define

svn: 1050
Bryan Drewery hace 22 años
padre
commit
939531b777
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/bg.c

+ 2 - 2
src/bg.c

@@ -69,9 +69,9 @@ void bg_do_split(void)
 # ifdef __linux__
     ptrace(PTRACE_TRACEME, 0, NULL, NULL);
 # endif
-# ifdef __FreeBSD__
+# ifdef BSD
     ptrace(PT_TRACE_ME, 0, NULL, NULL);
-# endif
+# endif /* BSD */
 #endif /* CRAZY_TRACE */
 
 }