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