http://bugs.winehq.org/show_bug.cgi?id=25272
Summary: ping sleeps 1 second more Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: borut.razem@gmail.com
I'm using ping to simulate the sleep from command line and I noticed that it sleeps 1 second more then the Windows XP version.
For example:
sleep -n 2 127.0.0.1
Wine version sleeps 2 seconds while Windows version sleeps 1 second.
There are also other discrepancies: * -n parameter is treated as unsigned int on Windows version * -n 0 displays the "Bad value for option -n, valid range is from 1 to 4294967295." error message to stdout on Windows * usage is written to stdout on Windows
I submitted the patch to wine-patch mailing list.
Borut