afs-xosi-prototype-20021122

add missing lock prototype. create header as needed.
This commit is contained in:
Derrick Brashear 2002-11-23 01:45:05 +00:00
parent a82075db9e
commit 4e52d08bea
7 changed files with 48 additions and 0 deletions

View File

@ -10,6 +10,9 @@
#ifndef _OSI_PROTOTYPES_H_ #ifndef _OSI_PROTOTYPES_H_
#define _OSI_PROTOTYPES_H_ #define _OSI_PROTOTYPES_H_
/* osi_file.c */
extern afs_rwlock_t afs_xosi;
/* osi_groups.c */ /* osi_groups.c */
extern void afs_aix_SetupPagRefCount(void); extern void afs_aix_SetupPagRefCount(void);

View File

@ -14,6 +14,9 @@
#ifndef _OSI_PROTO_H_ #ifndef _OSI_PROTO_H_
#define _OSI_PROTO_H_ #define _OSI_PROTO_H_
/* osi_file.c */
extern afs_rwlock_t afs_xosi;
/* osi_misc.c */ /* osi_misc.c */
extern int osi_lookupname(char *aname, enum uio_seg seg, int followlink, extern int osi_lookupname(char *aname, enum uio_seg seg, int followlink,
struct vnode **dirvpp, struct vnode **vpp); struct vnode **dirvpp, struct vnode **vpp);

View 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_ */

View File

@ -14,6 +14,9 @@
#ifndef _OSI_PROTO_H_ #ifndef _OSI_PROTO_H_
#define _OSI_PROTO_H_ #define _OSI_PROTO_H_
/* osi_file.c */
extern afs_rwlock_t afs_xosi;
/* osi_misc.c */ /* osi_misc.c */
extern int osi_lookupname(char *aname, enum uio_seg seg, int followlink, extern int osi_lookupname(char *aname, enum uio_seg seg, int followlink,
struct vnode **dirvpp, struct vnode **vpp); struct vnode **dirvpp, struct vnode **vpp);

View 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_ */

View 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_ */

View File

@ -10,6 +10,9 @@
#ifndef _OSI_PROTOTYPES_H_ #ifndef _OSI_PROTOTYPES_H_
#define _OSI_PROTOTYPES_H_ #define _OSI_PROTOTYPES_H_
/* osi_file.c */
extern afs_rwlock_t afs_xosi;
/* osi_vnodeops.c */ /* osi_vnodeops.c */
int afs_putapage(struct vnode *vp, struct page *pages, int afs_putapage(struct vnode *vp, struct page *pages,
#if defined(AFS_SUN56_ENV) #if defined(AFS_SUN56_ENV)