From: Mike Meffie Date: Thu, 22 Jan 2009 21:42:28 +0000 (+0000) Subject: hpux-readdir2-prototype-20090123 X-Git-Tag: openafs-devel-1_5_61~578 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=85fa1b132ae93a48dfb73155921245106f31f586;p=packages%2Fo%2Fopenafs.git hpux-readdir2-prototype-20090123 LICENSE IPL10 FIXES 124187 fix typo in prototype --- diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index 6a5a9d09e..1c62cc08a 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -1175,7 +1175,7 @@ extern int afs_rd_stash_i; extern int afs_readdir(OSI_VC_DECL(avc), struct uio *auio, struct AFS_UCRED *acred, int *eofp); #elif defined(AFS_HPUX100_ENV) -extern int afs_readdir2(OIS_VC_DECL(avc), struct uio *auio, +extern int afs_readdir2(OSI_VC_DECL(avc), struct uio *auio, struct AFS_UCRED *acred); #else extern int afs_readdir(OSI_VC_DECL(avc), struct uio *auio,