From 89bbe1496df25bd8dc35f22a6212796743a45a56 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 22 Apr 2013 09:18:50 +0000 Subject: [PATCH] Keep up with negative addrlen check removal in r249649. --- lib/libc/sys/accept.2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 978b94801960..d27bce3160ea 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -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