CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/02 08:40:22
Modified files:
sys/kern : sys_socket.c
Log message:
A closed, disconnected, or otherwise failed socket is still a socket
and should return stat information instead of EINVAL from deep in the
guts of tcp_usrreq. While there, put some more information into struct
stat, inspired by FreeBSD. EINVAL problem reported in PR 5943
