find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / slirp / tcp.h
2006-12-23 thsFix build warning on Windows.
2006-12-21 thsEnable TCP_NODELAY, by Daniel Jacobowitz.
2006-05-01 bellardset TCP_MSS to 1460 (Ed Swierk)
2004-04-22 bellardinitial user mode network support