DEVEL15-disconnected-call-makedir-with-correct-casting-20090122

LICENSE IPL10

another find by the irix compiler.


(cherry picked from commit 396b573b12a509b7e0d8d5094ebadc12c6aa8b45)
This commit is contained in:
Derrick Brashear 2009-01-22 20:11:56 +00:00
parent e44ab38be1
commit 2d024d64d0

View File

@ -216,7 +216,7 @@ afs_mkdir(OSI_VC_DECL(adp), char *aname, struct vattr *attrs,
ObtainWriteLock(&afs_xdcache, 739);
code = afs_dir_MakeDir(new_dc,
(afs_int32 *) &newFid.Fid,
(afs_int32) &adp->fid.Fid);
(afs_int32 *) &adp->fid.Fid);
ReleaseWriteLock(&afs_xdcache);
if (code)
printf("afs_mkdir: afs_dirMakeDir code = %u\n", code);