X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fsonar-icmp.c;h=253cb8eb8d41e6fb60d9967bfd46d2096b549677;hp=50861259e768e8bca7305d37db57c9b33ecf2da6;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/glx/sonar-icmp.c b/hacks/glx/sonar-icmp.c index 50861259..253cb8eb 100644 --- a/hacks/glx/sonar-icmp.c +++ b/hacks/glx/sonar-icmp.c @@ -40,7 +40,7 @@ */ #endif -#ifndef USE_IPHONE +#ifndef HAVE_MOBILE # define READ_FILES #endif @@ -53,7 +53,9 @@ # include # include # include -# include +# ifndef HAVE_ANDROID +# include +# endif # include # include # include @@ -88,7 +90,7 @@ # undef HAVE_PING #endif -#ifndef USE_IPHONE +#ifndef HAVE_MOBILE # define LOAD_FILES #endif @@ -448,7 +450,7 @@ read_hosts_file (sonar_sensor_data *ssd, const char *filename) { char buf[1024]; sprintf(buf, "%s: %s", progname, filename); -#ifdef HAVE_COCOA +#ifdef HAVE_JWXYZ if (pd->debug_p) /* on OSX don't syslog this */ #endif perror (buf); @@ -1410,7 +1412,7 @@ ping_scan (sonar_sensor_data *ssd) if (sb && !pb->lookup_addr) { - assert (pb->addrlen); + if (!pb->addrlen) abort(); send_ping (pd, sb); pd->last_pinged = sb; }