twhere did this change go? - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1ac1981659ba7abcc1c76436e4b4dfc2bc616d2a
 (DIR) parent 3afc6b5e70c2a589f8ca9f8feb5470d2975a2915
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 14 Jan 2005 17:31:01 +0000
       
       where did this change go?
       
       Diffstat:
         M src/libthread/daemonize.c           |      12 +++++++++++-
       
       1 file changed, 11 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/libthread/daemonize.c b/src/libthread/daemonize.c
       t@@ -74,7 +74,17 @@ static int sigs[] =
                SIGALRM, SIGTERM, SIGCHLD, SIGSTOP,
                SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, 
                SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF,
       -        SIGWINCH, SIGIO, SIGPWR, SIGSYS
       +        SIGWINCH, SIGIO, 
       +#ifdef SIGEMT
       +        SIGEMT,
       +#endif
       +#ifdef SIGPWR
       +        SIGPWR, 
       +#endif
       +#ifdef SIGINFO
       +        SIGINFO,
       +#endif
       +        SIGSYS
        };
        
        void