https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248065

--- Comment #1 from Alex S <[email protected]> ---
By the way, with this program truss outputs something like

  linux_socketcall(9,{ LINUX_LISTEN, 0x186a0 })  = 49032 (0xbf88)

This should rather be

  linux_socketcall(LINUX_SEND,{ 4, 0x186a0 })    = 49032 (0xbf88)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to