twhy do things change? - 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 3151bc58b86650858ea5951092865124d3fabaa9
 (DIR) parent 141243821c3d637f32291019ae4651b9e32924ea
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed, 21 Apr 2004 22:46:21 +0000
       
       why do things change?
       
       Diffstat:
         M src/libdraw/x11-init.c              |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c
       t@@ -34,7 +34,12 @@ _initdisplay(void (*error)(Display*, char*), char *label)
                 * lot more than just the current program
                 * if we don't do this.
                 */
       +        /*
       +         * Actually, I don't know what I changed but
       +         * this appears not to be necessary anymore.
       +         * I'll regret this probably.
                rfork(RFNOTEG);
       +        */
                memimageinit();
        
                d = mallocz(sizeof(Display), 1);