Sfoglia il codice sorgente

* Missing __linux__ defines

svn: 2053
Bryan Drewery 21 anni fa
parent
commit
a8458c2bed
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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)
 {