From: Derrick Brashear Date: Sun, 30 Nov 2008 19:40:00 +0000 (+0000) Subject: libafs-prototypes-20081130 X-Git-Tag: openafs-devel-1_5_61~677 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0d94742ec33122b83a84eeb7a82bfd1eb8361464;p=packages%2Fo%2Fopenafs.git libafs-prototypes-20081130 LICENSE IPL10 fix sun5 prototype for afs_close --- diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index 941c86b4a..576831914 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -1229,7 +1229,7 @@ extern int afs_close(OSI_VC_DECL(avc), afs_int32 aflags, struct AFS_UCRED *acred); #elif defined(AFS_SUN5_ENV) extern int afs_close(OSI_VC_DECL(avc), afs_int32 aflags, int count, - offset_t offset, acred); + offset_t offset, struct AFS_UCRED *acred); #else extern int afs_close(OSI_VC_DECL(avc), afs_int32 aflags, struct AFS_UCRED *acred);