tBSD style def - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 29cbcf9f19f26d6bd6090957f33ae84598c2fb5a
 (DIR) parent 6032d2c761069a58a2d75e32fdb676ea7dd01974
 (HTM) Author: sin <sin@2f30.org>
       Date:   Mon, 29 Sep 2014 20:13:59 +0100
       
       BSD style def
       
       Diffstat:
         M readpassphrase.c                    |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/readpassphrase.c b/readpassphrase.c
       t@@ -183,7 +183,8 @@ restart:
                return(nr == -1 ? NULL : buf);
        }
        
       -static void handler(int s)
       +static void
       +handler(int s)
        {
        
                signo[s] = 1;