Keep up with negative addrlen check removal in r249649.

This commit is contained in:
Sergey Kandaurov 2013-04-22 09:18:50 +00:00
parent 08a3102c0b
commit 89bbe1496d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249764

View File

@ -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 socket.
.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