mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-macos104-no-64bit-resid-yet-20060825
we're not ready for 64bit resid yet (in dir code) (cherry picked from commit 3cdf27d6f070dd93c48995c344fba3b9ab0ac48e)
This commit is contained in:
parent
c4c0e69558
commit
469b475840
@ -398,7 +398,7 @@ typedef struct timeval osi_timeval_t;
|
||||
|
||||
#ifdef AFS_DARWIN80_ENV
|
||||
#define AFS_UIO_OFFSET(uio) uio_offset(uio)
|
||||
#define AFS_UIO_RESID(uio) uio_resid(uio)
|
||||
#define AFS_UIO_RESID(uio) (int)uio_resid(uio)
|
||||
#define AFS_UIO_SETOFFSET(uio, off) uio_setoffset(uio, off)
|
||||
#define AFS_UIO_SETRESID(uio, val) uio_setresid(uio, val)
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user