]> Dogcows Code - chaz/tar/commit
(allocated_size): Now size_t, and now initialized to 0.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Oct 1997 00:58:55 +0000 (00:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Oct 1997 00:58:55 +0000 (00:58 +0000)
commit998e6e081d3d19522bde88dfecd96eecd41edf79
treea0b87ac4249b9ae11e036346ce75fc6cddbcd973
parent66f16068862a6b34be10c3343508785d83a9cefb
(allocated_size): Now size_t, and now initialized to 0.
(prepare_record_buffer): Arg is now size_t.
Remove now-useless casts.

(main): Use `long' for status, so that it can store ssize_t.
Use daddr_t, mode_t, size_t, off_t when appropriate.
Convert daddr_t and off_t values ourselves, since they might be longer
than long.  Convert other types using `long' primitives.
When processing MTIOCTOP, do not try to pass resulting
count back, since it won't work (it could be too large) and it's
not expected anyway.
src/rmt.c
This page took 0.021694 seconds and 4 git commands to generate.