http://bugs.winehq.org/show_bug.cgi?id=28898
William Pettersson william.pettersson+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39307|0 |1 is obsolete| |
--- Comment #47 from William Pettersson william.pettersson+wine@gmail.com 2012-03-22 07:33:35 CDT --- Created attachment 39494 --> http://bugs.winehq.org/attachment.cgi?id=39494 AcceptEX changes
I've re-written the patch to not call lsof. I've also split it into two files so the AcceptEX changes (which I have not touched and haven't followed) are in this file, and the TcpTable changes are in the second patch.
They seem to work for me, but I'd like some testing done. And if anyone has experience with submitting stuff to wine, feel free to read my code and point out changes that could be useful. In particular, I don't like how deep the indentation goes.