plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 3151bc58b86650858ea5951092865124d3fabaa9
parent 141243821c3d637f32291019ae4651b9e32924ea
Author: rsc <devnull@localhost>
Date:   Wed, 21 Apr 2004 22:46:21 +0000

why do things change?

Diffstat:
Msrc/libdraw/x11-init.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c @@ -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);