mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
sgi-afs-rename-decl-fix-20050610
achar -> char
This commit is contained in:
parent
4af80bc204
commit
72de37a9c4
@ -358,7 +358,7 @@ afsrename(struct vcache *aodp, char *aname1, struct vcache *andp,
|
|||||||
|
|
||||||
int
|
int
|
||||||
#if defined(AFS_SGI_ENV)
|
#if defined(AFS_SGI_ENV)
|
||||||
afs_rename(OSI_VC_DECL(aodp), char *aname1, struct vcache *andp, achar *name2, struct pathname *npnp, struct AFS_UCRED *acred)
|
afs_rename(OSI_VC_DECL(aodp), char *aname1, struct vcache *andp, char *aname2, struct pathname *npnp, struct AFS_UCRED *acred)
|
||||||
#else
|
#else
|
||||||
afs_rename(OSI_VC_DECL(aodp), char *aname1, struct vcache *andp, char *aname2, struct AFS_UCRED *acred)
|
afs_rename(OSI_VC_DECL(aodp), char *aname1, struct vcache *andp, char *aname2, struct AFS_UCRED *acred)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user