svn commit: r249764 - head/lib/libc/sys

Sergey Kandaurov pluknet at FreeBSD.org
Mon Apr 22 09:18:51 UTC 2013


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


More information about the svn-src-head mailing list