From fbbce64623c0845076865834fde717488f8f85ea Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 22 Jan 2015 06:55:09 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 809e1dda13b..535b2634a77 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9487,3 +9487,6 @@ address (2015-01-20). * Many files: Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family (2015-01-20). + * net/socket/accept.c: Correct the value returned by accept() in the + case where net_lockingwait() is called. It was returning -1 and + losing the errno value. Noted by Rony Xln (2015-01-22).