X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ffdpass%2F_info;h=ba09025aaf8e5bed001debd89a018f9385415910;hp=406b2f5c2a7b53757043ca8ecc160bc259b9c6ac;hb=a9f9eb8826d7f8cf9a6200967711247d5d3cfe04;hpb=60e31637d7545a22844a3c0f46833031bce4295f;ds=sidebyside diff --git a/ccan/io/fdpass/_info b/ccan/io/fdpass/_info index 406b2f5c..ba09025a 100644 --- a/ccan/io/fdpass/_info +++ b/ccan/io/fdpass/_info @@ -58,7 +58,7 @@ * * static struct io_plan *send_stdin(struct io_conn *conn, void *unused) * { - * return io_send_fd(conn, STDIN_FILENO, io_close_cb, NULL); + * return io_send_fd(conn, STDIN_FILENO, false, io_close_cb, NULL); * } * * static void parent(int sockfd)