freebsd-dev/usr.bin/fetch
Dag-Erling Smørgrav 5c5052cca4 Use fseeko() instead of fseek(). The rest of the code is off_t-aware,
but the use of fseek() means fetch(1) can't correctly resume a transfer
that was interrupted past the 2 GB mark.

Pointed out by:	ache@
MFC after:	3 weeks
2011-09-27 17:11:31 +00:00
..
fetch.1 Add support for HTTP 1.1 If-Modified-Since behavior. 2008-12-15 08:27:44 +00:00
fetch.c Use fseeko() instead of fseek(). The rest of the code is off_t-aware, 2011-09-27 17:11:31 +00:00
Makefile Fixed static linkage. 2010-02-26 09:41:16 +00:00