--- perl-llin/Fuse.xs 2006/05/29 09:15:28 93 +++ perl-llin/Fuse.xs 2006/08/22 11:37:12 101 @@ -834,7 +834,7 @@ threaded = SvIV(ST(1)); if(threaded) { #ifdef FUSE_USE_ITHREADS - master_interp = PERL_GET_INTERP; + master_interp = PERL_GET_CONTEXT; #else fprintf(stderr,"FUSE warning: Your script has requested multithreaded " "mode, but your perl was not built with -Dusethreads. "