From 49b42ef91dba7b866eb485546b87e0792cbd5474 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 1 Jan 2004 07:47:54 +0000 Subject: [PATCH] irix-osi-prototypes-20040101 add prototypes header for irix kernel module --- src/afs/IRIX/osi_prototypes.h | 16 ++++++++++++++++ src/afs/afs_prototypes.h | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/afs/IRIX/osi_prototypes.h diff --git a/src/afs/IRIX/osi_prototypes.h b/src/afs/IRIX/osi_prototypes.h new file mode 100644 index 000000000..278be49a7 --- /dev/null +++ b/src/afs/IRIX/osi_prototypes.h @@ -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_ */ diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index 7a9fd727e..5537e5287 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -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 -- 2.39.5