mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
macos103-20051201
one more fix
This commit is contained in:
parent
72e221c0c1
commit
3cccddb31f
@ -203,7 +203,12 @@ extern struct lock__bsd__ afs_global_lock;
|
||||
#define AFS_APPL_UFS_CACHE 1
|
||||
#define AFS_APPL_HFS_CACHE 2
|
||||
|
||||
extern ino_t VnodeToIno(struct vnode * vp);
|
||||
#ifdef AFS_DARWIN80_ENV
|
||||
extern ino_t VnodeToIno(vnode_t avp);
|
||||
#else
|
||||
extern ino_t VnodeToIno(vnode_t * avp);
|
||||
#endif
|
||||
|
||||
extern dev_t VnodeToDev(struct vnode * vp);
|
||||
extern int igetinode(mount_t vfsp, dev_t dev , ino_t inode, vnode_t *vpp,
|
||||
struct vattr *va, int *perror);
|
||||
|
Loading…
x
Reference in New Issue
Block a user