[Bug 199491] man page: should socketpair(fd, ...) change to socketpair(domain, ...) ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 2 15:10:28 UTC 2015


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

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jhb
Date: Tue Jun  2 15:09:34 UTC 2015
New revision: 283915
URL: https://svnweb.freebsd.org/changeset/base/283915

Log:
  MFC 282416:
  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

Changes:
_U  stable/10/
  stable/10/lib/libc/sys/socketpair.2

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list