From bfb570a627cb05a2b98b636b79f4db32a0f23f7f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 21 Dec 2014 00:33:27 +0000 Subject: Remove the shutdown() in s6-sudoc: the MSG_DONTWAIT support in skalibs should fix the BSD problem in a better fashion. --- src/conn-tools/s6-sudoc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/conn-tools/s6-sudoc.c b/src/conn-tools/s6-sudoc.c index 4f03334..823d7cb 100644 --- a/src/conn-tools/s6-sudoc.c +++ b/src/conn-tools/s6-sudoc.c @@ -1,7 +1,5 @@ /* ISC license. */ -#include -#include #include #include #include @@ -93,7 +91,6 @@ int main (int argc, char const *const *argv, char const *const *envp) if (!unixmessage_sender_timed_flush_g(&b7, &deadline)) strerr_diefu1sys(111, "send args to server") ; unixmessage_sender_free(&b7) ; - shutdown(7, SHUT_WR) ; /* else the BSDs fail the next step for some reason */ { char c ; if (buffer_timed_get_g(&b6, &c, 1, &deadline) < 1) -- cgit v1.2.3