OpenAFS CVS Commit: openafs/src/vol by shadow
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Sat, 06 Nov 2004 01:43:38 EST
Update of /cvs/openafs/src/vol
In directory GRAND.CENTRAL.ORG:/data/sb/openafs/src/vol
Modified Files:
vol-salvage.c
Log Message:
DELTA aix-vol-salvage-make-malloc-not-be-cast-20041106
AUTHOR horst@riback.net
FIXES
When you have a 64bit big endian machine with a 64bit off_t in the stat
the salvager won't work.
Malloc takes an "unsigned long" and a implicit cast will be almost
always zero :-).
--- DELTA config follows ---
aix-vol-salvage-make-malloc-not-be-cast-20041106 openafs/src/vol/vol-salvage.c 1.43 1.44