afs-xosi-prototype-20021122
authorDerrick Brashear <shadow@dementia.org>
Sat, 23 Nov 2002 01:45:05 +0000 (01:45 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 23 Nov 2002 01:45:05 +0000 (01:45 +0000)
add missing lock prototype. create header as needed.

src/afs/AIX/osi_prototypes.h
src/afs/DARWIN/osi_prototypes.h
src/afs/DUX/osi_prototypes.h [new file with mode: 0644]
src/afs/FBSD/osi_prototypes.h
src/afs/HPUX/osi_prototypes.h [new file with mode: 0644]
src/afs/OBSD/osi_prototypes.h [new file with mode: 0644]
src/afs/SOLARIS/osi_prototypes.h

index c869dc0..25f5512 100644 (file)
@@ -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);
 
index ed68243..874a71b 100644 (file)
@@ -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 (file)
index 0000000..4bc45e9
--- /dev/null
@@ -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_ */
index b6bac79..f4aad3c 100644 (file)
@@ -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 (file)
index 0000000..4bc45e9
--- /dev/null
@@ -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 (file)
index 0000000..4bc45e9
--- /dev/null
@@ -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_ */
index 6219269..1390222 100644 (file)
@@ -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)