--- perl/trunk/Fuse.xs 2005/12/21 15:33:37 18 +++ perl/trunk/Fuse.xs 2005/12/27 12:47:00 19 @@ -501,7 +501,7 @@ rv = 0; } if(rv > buflen) - croak("%i: read() handler returned more than buflen! (%i > %i)",getpid(),rv,buflen); + croak("read() handler returned more than buflen! (%i > %i)",rv,buflen); if(rv) memcpy(buf,SvPV_nolen(mysv),rv); } @@ -857,7 +857,9 @@ void perl_fuse_main(...) PREINIT: - struct fuse_operations fops = {NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL}; + struct fuse_operations fops = + {NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL, + NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL}; int i, fd, varnum = 0, debug, threaded, have_mnt; char *mountpoint; char *mountopts; @@ -885,14 +887,21 @@ mountopts = SvPV_nolen(ST(3)); for(i=0;i