]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-irix-close-vnop-typo-20081216
authorDerrick Brashear <shadow@dementia.org>
Tue, 16 Dec 2008 21:05:35 +0000 (21:05 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 16 Dec 2008 21:05:35 +0000 (21:05 +0000)
LICENSE IPL10

fix irix close vnop prototype to be correct

(cherry picked from commit dfc38ea7e950990eb4047d49892f4903b5c9b945)

src/afs/VNOPS/afs_vnop_write.c

index 28cbf19ba4f6aec6633f47ee46b79b0332752798..f7c1b01467c50c54a04bb3892c645bda897b65a1 100644 (file)
@@ -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,