]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
libafs-prototypes-20081130
authorDerrick Brashear <shadow@dementia.org>
Sun, 30 Nov 2008 19:40:00 +0000 (19:40 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 30 Nov 2008 19:40:00 +0000 (19:40 +0000)
LICENSE IPL10

fix sun5 prototype for afs_close

src/afs/afs_prototypes.h

index 941c86b4adadf0d500c0cb691b28f714c09d8c0e..57683191421f0f3906cc107f864f62c476503965 100644 (file)
@@ -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);