mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 15:09:58 +08:00
ping: Remove unnecessary ifdef
This commit is contained in:
@@ -1478,12 +1478,10 @@ finish()
|
|||||||
"round-trip min/avg/max/stddev = %.3f/%.3f/%.3f/%.3f ms\n",
|
"round-trip min/avg/max/stddev = %.3f/%.3f/%.3f/%.3f ms\n",
|
||||||
tmin, avg, tmax, sqrt(vari));
|
tmin, avg, tmax, sqrt(vari));
|
||||||
}
|
}
|
||||||
#ifndef __rtems__
|
|
||||||
if (nreceived)
|
if (nreceived)
|
||||||
exit(0);
|
exit(0);
|
||||||
else
|
else
|
||||||
exit(2);
|
exit(2);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef notdef
|
#ifdef notdef
|
||||||
|
Reference in New Issue
Block a user