[hackers] [ubase] Update TODO || sin

From: <git_AT_suckless.org>
Date: Sun, 28 Sep 2014 19:36:10 +0200

commit d4416d984b525fc16daf233f60ae71eb1f07f85a
Author: sin <sin_AT_2f30.org>
Date: Sun Sep 28 18:35:55 2014 +0100

    Update TODO

diff --git a/respawn.c b/respawn.c
index 286e305..14e1ef0 100644
--- a/respawn.c
+++ b/respawn.c
_AT_@ -63,6 +63,7 @@ main(int argc, char *argv[])
         signal(SIGTERM, sigterm);
 
         if (fifo) {
+ /* TODO: we should use O_RDONLY and re-open the fd on EOF */
                 fd = open(fifo, O_RDWR | O_NONBLOCK);
                 if (fd < 0)
                         eprintf("open %s:", fifo);
Received on Sun Sep 28 2014 - 19:36:10 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 28 2014 - 19:48:08 CEST