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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to