From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
Date: | Fri, 18 May 2007 10:06:33 -0700 (PDT) |
:Hello. : :Here's a patch to cleanup shutdown(2) usage and make it consistent. I :just didn't touch /contrib and /crypto. : :Cheers, :Nuno Committed! Also, what rsh was doing was pretty amusing :-) - shutdown(s, 1+1); + shutdown(s, SHUT_RDWR); -Matt