https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199491
--- Comment #1 from [email protected] --- A commit references this bug: Author: jhb Date: Mon May 4 14:23:32 UTC 2015 New revision: 282416 URL: https://svnweb.freebsd.org/changeset/base/282416 Log: Partially revert r255486, the first argument to socketpair() is a socket domain, not a file descriptor. Use 'domain' instead of the original 'd' for this argument to match socket(2). PR: 199491 Reported by: [email protected] MFC after: 1 week Changes: head/lib/libc/sys/socketpair.2 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
