Explorar el Código

fix(icmp): fixed compilation on AIX

Emmett Kapsner hace 2 semanas
padre
commit
e310514229
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      plugins-root/check_icmp.c

+ 0 - 2
plugins-root/check_icmp.c

@@ -1274,9 +1274,7 @@ static int recvfrom_wto(int sock, void *buf, unsigned int len,
   char ans_data[4096];
   struct msghdr hdr;
   struct iovec iov;
-#ifdef SO_TIMESTAMP
   struct cmsghdr *chdr;
-#endif
 
   if (!*timo) {
     if (debug)