/[fuse.before_github]/branches/xattr/Fuse.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/xattr/Fuse.pm

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

revision 114 by dpavlin, Thu Dec 6 10:52:28 2007 UTC revision 115 by dpavlin, Thu Dec 6 10:53:37 2007 UTC
# Line 64  sub AUTOLOAD { Line 64  sub AUTOLOAD {
64    
65  sub XATTR_CREATE {  sub XATTR_CREATE {
66      # See <sys/xattr.h>.      # See <sys/xattr.h>.
67            warn "## XATTR_CREATE";
68      return 1;      return 1;
69  }  }
70    
71  sub XATTR_REPLACE {  sub XATTR_REPLACE {
72      # See <sys/xattr.h>.      # See <sys/xattr.h>.
73            warn "## XATTR_REPLACE";
74      return 2;      return 2;
75  }  }
76    

Legend:
Removed from v.114  
changed lines
  Added in v.115

  ViewVC Help
Powered by ViewVC 1.1.26