Cleanup shutdown(2) usage

Matthew Dillon dillon at apollo.backplane.com
Fri May 18 10:07:55 PDT 2007


: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





More information about the Submit mailing list