From 4e52d08bea672add860866986f200ce2f99fd9a9 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 23 Nov 2002 01:45:05 +0000 Subject: [PATCH] afs-xosi-prototype-20021122 add missing lock prototype. create header as needed. --- src/afs/AIX/osi_prototypes.h | 3 +++ src/afs/DARWIN/osi_prototypes.h | 3 +++ src/afs/DUX/osi_prototypes.h | 12 ++++++++++++ src/afs/FBSD/osi_prototypes.h | 3 +++ src/afs/HPUX/osi_prototypes.h | 12 ++++++++++++ src/afs/OBSD/osi_prototypes.h | 12 ++++++++++++ src/afs/SOLARIS/osi_prototypes.h | 3 +++ 7 files changed, 48 insertions(+) create mode 100644 src/afs/DUX/osi_prototypes.h create mode 100644 src/afs/HPUX/osi_prototypes.h create mode 100644 src/afs/OBSD/osi_prototypes.h diff --git a/src/afs/AIX/osi_prototypes.h b/src/afs/AIX/osi_prototypes.h index c869dc0..25f5512 100644 --- a/src/afs/AIX/osi_prototypes.h +++ b/src/afs/AIX/osi_prototypes.h @@ -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); diff --git a/src/afs/DARWIN/osi_prototypes.h b/src/afs/DARWIN/osi_prototypes.h index ed68243..874a71b 100644 --- a/src/afs/DARWIN/osi_prototypes.h +++ b/src/afs/DARWIN/osi_prototypes.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); diff --git a/src/afs/DUX/osi_prototypes.h b/src/afs/DUX/osi_prototypes.h new file mode 100644 index 0000000..4bc45e9 --- /dev/null +++ b/src/afs/DUX/osi_prototypes.h @@ -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_ */ diff --git a/src/afs/FBSD/osi_prototypes.h b/src/afs/FBSD/osi_prototypes.h index b6bac79..f4aad3c 100644 --- a/src/afs/FBSD/osi_prototypes.h +++ b/src/afs/FBSD/osi_prototypes.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); diff --git a/src/afs/HPUX/osi_prototypes.h b/src/afs/HPUX/osi_prototypes.h new file mode 100644 index 0000000..4bc45e9 --- /dev/null +++ b/src/afs/HPUX/osi_prototypes.h @@ -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_ */ diff --git a/src/afs/OBSD/osi_prototypes.h b/src/afs/OBSD/osi_prototypes.h new file mode 100644 index 0000000..4bc45e9 --- /dev/null +++ b/src/afs/OBSD/osi_prototypes.h @@ -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_ */ diff --git a/src/afs/SOLARIS/osi_prototypes.h b/src/afs/SOLARIS/osi_prototypes.h index 6219269..1390222 100644 --- a/src/afs/SOLARIS/osi_prototypes.h +++ b/src/afs/SOLARIS/osi_prototypes.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) -- 1.9.4