--- perl/trunk/Fuse.xs 2005/04/10 13:30:11 14 +++ perl/trunk/Fuse.xs 2005/06/22 16:15:17 16 @@ -777,19 +777,21 @@ 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, have_mnt; char *mountpoint; + char *mountopts; STRLEN n_a; STRLEN l; INIT: - if(items != 27) { + if(items != 28) { fprintf(stderr,"Perl<->C inconsistency or internal error\n"); XSRETURN_UNDEF; } CODE: debug = SvIV(ST(0)); mountpoint = SvPV_nolen(ST(1)); + mountopts = SvPV_nolen(ST(2)); /* FIXME: reevaluate multithreading support when perl6 arrives */ for(i=0;i