From 85fa1b132ae93a48dfb73155921245106f31f586 Mon Sep 17 00:00:00 2001 From: Mike Meffie Date: Thu, 22 Jan 2009 21:42:28 +0000 Subject: [PATCH] hpux-readdir2-prototype-20090123 LICENSE IPL10 FIXES 124187 fix typo in prototype --- src/afs/afs_prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5