Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 09:18:51 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249764 - head/lib/libc/sys
Message-ID:  <201304220918.r3M9Ipd3078924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Mon Apr 22 09:18:50 2013
New Revision: 249764
URL: http://svnweb.freebsd.org/changeset/base/249764

Log:
  Keep up with negative addrlen check removal in r249649.

Modified:
  head/lib/libc/sys/accept.2

Modified: head/lib/libc/sys/accept.2
==============================================================================
--- head/lib/libc/sys/accept.2	Mon Apr 22 09:02:23 2013	(r249763)
+++ head/lib/libc/sys/accept.2	Mon Apr 22 09:18:50 2013	(r249764)
@@ -28,7 +28,7 @@
 .\"     @(#)accept.2	8.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd March 26, 2013
+.Dd April 22, 2013
 .Dt ACCEPT 2
 .Os
 .Sh NAME
@@ -164,10 +164,6 @@ The descriptor references a file, not a 
 .It Bq Er EINVAL
 .Xr listen 2
 has not been called on the socket descriptor.
-.It Bq Er EINVAL
-The
-.Fa addrlen
-argument is negative.
 .It Bq Er EFAULT
 The
 .Fa addr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304220918.r3M9Ipd3078924>