diff options
author | ache <ache@FreeBSD.org> | 2001-09-03 05:06:48 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-03 05:06:48 +0000 |
commit | f85b78dcf9f1331165f74ad0122f248ce3e8d17c (patch) | |
tree | d2470da398e8bad5c538ca401b470b23e6876710 /include/rpc/rpc_msg.h | |
parent | 57634a38ed176c8088bfccfe76ad0f159d77686f (diff) | |
download | FreeBSD-src-f85b78dcf9f1331165f74ad0122f248ce3e8d17c.zip FreeBSD-src-f85b78dcf9f1331165f74ad0122f248ce3e8d17c.tar.gz |
File positions are off_t nowdays, not long, so:
atoi -> strtoll
fseek -> fseeko
NOTE: that fseek not works for >long offsets per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
Fix minor cast too.
Diffstat (limited to 'include/rpc/rpc_msg.h')
0 files changed, 0 insertions, 0 deletions