Committing patch from Alex Roman, with a few small changes. This updates the NFS file system to the latest file system interface. Untested.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25093 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
157c0ced17
commit
0039ad59fa
File diff suppressed because it is too large
Load Diff
@ -109,6 +109,10 @@ enum {
|
||||
C_ERROR_STALE = B_ERRORS_END + 1
|
||||
};
|
||||
|
||||
|
||||
extern fs_volume_ops sNFSVolumeOps;
|
||||
extern fs_vnode_ops sNFSVnodeOps;
|
||||
|
||||
#define USE_SYSTEM_AUTHENTICATION 1
|
||||
|
||||
#endif /* _NFS_ADD_ON_H */
|
||||
|
Loading…
Reference in New Issue
Block a user