mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
afs-xosi-prototype-20021122
add missing lock prototype. create header as needed.
This commit is contained in:
parent
a82075db9e
commit
4e52d08bea
@ -10,6 +10,9 @@
|
||||
#ifndef _OSI_PROTOTYPES_H_
|
||||
#define _OSI_PROTOTYPES_H_
|
||||
|
||||
/* osi_file.c */
|
||||
extern afs_rwlock_t afs_xosi;
|
||||
|
||||
/* osi_groups.c */
|
||||
extern void afs_aix_SetupPagRefCount(void);
|
||||
|
||||
|
@ -14,6 +14,9 @@
|
||||
#ifndef _OSI_PROTO_H_
|
||||
#define _OSI_PROTO_H_
|
||||
|
||||
/* osi_file.c */
|
||||
extern afs_rwlock_t afs_xosi;
|
||||
|
||||
/* osi_misc.c */
|
||||
extern int osi_lookupname(char *aname, enum uio_seg seg, int followlink,
|
||||
struct vnode **dirvpp, struct vnode **vpp);
|
||||
|
12
src/afs/DUX/osi_prototypes.h
Normal file
12
src/afs/DUX/osi_prototypes.h
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* osi_prototypes.h
|
||||
*
|
||||
* Exported macos support routines.
|
||||
*/
|
||||
#ifndef _OSI_PROTO_H_
|
||||
#define _OSI_PROTO_H_
|
||||
|
||||
/* osi_file.c */
|
||||
extern afs_rwlock_t afs_xosi;
|
||||
|
||||
#endif /* _OSI_PROTO_H_ */
|
@ -14,6 +14,9 @@
|
||||
#ifndef _OSI_PROTO_H_
|
||||
#define _OSI_PROTO_H_
|
||||
|
||||
/* osi_file.c */
|
||||
extern afs_rwlock_t afs_xosi;
|
||||
|
||||
/* osi_misc.c */
|
||||
extern int osi_lookupname(char *aname, enum uio_seg seg, int followlink,
|
||||
struct vnode **dirvpp, struct vnode **vpp);
|
||||
|
12
src/afs/HPUX/osi_prototypes.h
Normal file
12
src/afs/HPUX/osi_prototypes.h
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* osi_prototypes.h
|
||||
*
|
||||
* Exported macos support routines.
|
||||
*/
|
||||
#ifndef _OSI_PROTO_H_
|
||||
#define _OSI_PROTO_H_
|
||||
|
||||
/* osi_file.c */
|
||||
extern afs_rwlock_t afs_xosi;
|
||||
|
||||
#endif /* _OSI_PROTO_H_ */
|
12
src/afs/OBSD/osi_prototypes.h
Normal file
12
src/afs/OBSD/osi_prototypes.h
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* osi_prototypes.h
|
||||
*
|
||||
* Exported macos support routines.
|
||||
*/
|
||||
#ifndef _OSI_PROTO_H_
|
||||
#define _OSI_PROTO_H_
|
||||
|
||||
/* osi_file.c */
|
||||
extern afs_rwlock_t afs_xosi;
|
||||
|
||||
#endif /* _OSI_PROTO_H_ */
|
@ -10,6 +10,9 @@
|
||||
#ifndef _OSI_PROTOTYPES_H_
|
||||
#define _OSI_PROTOTYPES_H_
|
||||
|
||||
/* osi_file.c */
|
||||
extern afs_rwlock_t afs_xosi;
|
||||
|
||||
/* osi_vnodeops.c */
|
||||
int afs_putapage(struct vnode *vp, struct page *pages,
|
||||
#if defined(AFS_SUN56_ENV)
|
||||
|
Loading…
Reference in New Issue
Block a user