From: Derrick Brashear Date: Tue, 16 Dec 2008 21:05:35 +0000 (+0000) Subject: DEVEL15-irix-close-vnop-typo-20081216 X-Git-Tag: openafs-devel-1_5_56~32 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4e442df9ed0dc3108560f9a669c9b60d2dbf8cec;p=packages%2Fo%2Fopenafs.git DEVEL15-irix-close-vnop-typo-20081216 LICENSE IPL10 fix irix close vnop prototype to be correct (cherry picked from commit dfc38ea7e950990eb4047d49892f4903b5c9b945) --- diff --git a/src/afs/VNOPS/afs_vnop_write.c b/src/afs/VNOPS/afs_vnop_write.c index 28cbf19ba..f7c1b0146 100644 --- a/src/afs/VNOPS/afs_vnop_write.c +++ b/src/afs/VNOPS/afs_vnop_write.c @@ -852,7 +852,7 @@ afs_closex(register struct file *afd) /* handle any closing cleanup stuff */ int #if defined(AFS_SGI65_ENV) -afs_close(OSI_VC_DECL(avc), afs_int32 aflags, lastclost_t lastclose, +afs_close(OSI_VC_DECL(avc), afs_int32 aflags, lastclose_t lastclose, struct AFS_UCRED *acred) #elif defined(AFS_SGI64_ENV) afs_close(OSI_VC_DECL(avc), afs_int32 aflags, lastclose_t lastclose,