irix-osi-prototypes-20040101
authorDerrick Brashear <shadow@dementia.org>
Thu, 1 Jan 2004 07:47:54 +0000 (07:47 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 1 Jan 2004 07:47:54 +0000 (07:47 +0000)
add prototypes header for irix kernel module

src/afs/IRIX/osi_prototypes.h [new file with mode: 0644]
src/afs/afs_prototypes.h

diff --git a/src/afs/IRIX/osi_prototypes.h b/src/afs/IRIX/osi_prototypes.h
new file mode 100644 (file)
index 0000000..278be49
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ * 
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
+
+#ifndef _OSI_PROTOTYPES_H_
+#define _OSI_PROTOTYPES_H_
+
+/* osi_file.c */
+extern afs_lock_t afs_xosi;
+
+#endif /* _OSI_PROTOTYPES_H_ */
index 7a9fd72..5537e52 100644 (file)
@@ -1079,7 +1079,7 @@ extern afs_int32 RXSTATS_ExecuteRequest(struct rx_call *acall);
 
 
 
-#if defined(AFS_SUN5_ENV) || defined(AFS_LINUX20_ENV) || defined(AFS_AIX_ENV) || defined(AFS_DARWIN_ENV) || defined(AFS_XBSD_ENV) || defined(AFS_HPUX_ENV)
+#if defined(AFS_SUN5_ENV) || defined(AFS_LINUX20_ENV) || defined(AFS_AIX_ENV) || defined(AFS_DARWIN_ENV) || defined(AFS_XBSD_ENV) || defined(AFS_HPUX_ENV) || defined(AFS_SGI62_ENV)
 #include "osi_prototypes.h"
 #endif