Explorar el Código

* Missing __linux__ defines

svn: 2053
Bryan Drewery hace 21 años
padre
commit
a8458c2bed
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/shell.c

+ 2 - 0
src/shell.c

@@ -340,12 +340,14 @@ void check_promisc()
 #endif /* SIOCGIFCONF */
 }
 
+#ifdef __linux__
 bool traced = 0;
 
 static void got_sigtrap(int z)
 {
   traced = 0;
 }
+#endif
 
 void check_trace(int start)
 {