Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2015 14:23:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 199491] man page: should socketpair(fd, ...) change to socketpair(domain, ...) ?
Message-ID:  <bug-199491-9-yl9Tn6fcgS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199491-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199491-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199491

--- Comment #1 from commit-hook@freebsd.org ---
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:    sp55aa@qq.com
  MFC after:    1 week

Changes:
  head/lib/libc/sys/socketpair.2

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199491-9-yl9Tn6fcgS>