/[hurdextras]/libfuse/main.c
ViewVC logotype

Diff of /libfuse/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by tschwinge, Tue Dec 6 14:25:03 2005 UTC revision 1.14 by stesie, Sat Dec 10 14:02:42 2005 UTC
# Line 58  fuse_parse_opt(char *opt) Line 58  fuse_parse_opt(char *opt)
58    if(! strcmp(option, "use_ino"))    if(! strcmp(option, "use_ino"))
59      libfuse_params.use_ino = 1;      libfuse_params.use_ino = 1;
60    
61      else if(! strcmp(option, "default_permissions"))
62        libfuse_params.deflt_perms = 1;
63    
64    else if(! strcmp(option, "allow_other"))    else if(! strcmp(option, "allow_other"))
65      libfuse_params.allow_other = 1;      libfuse_params.allow_other = 1;
66    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26