freebsd-dev/usr.bin/fetch
John Birrell 2ffc763234 time() needs a pointer to a time_t, but tv_sec in a timeval is a
long (yuk). So give time() what it wants and let the compiler
promote the variable when it is assigned to tv_sec.
1998-02-20 05:08:53 +00:00
..
fetch.1 Add -t option which turns T/TCP off as workaround for some broken servers 1997-08-05 20:18:39 +00:00
fetch.h Add -t option which turns T/TCP off as workaround for some broken servers 1997-08-05 20:18:39 +00:00
file.c style-police got me. :-) 1997-11-12 04:39:33 +00:00
ftp.c Interpret multiple slashes as a single slash in ftp: URL's. This 1997-10-08 18:43:53 +00:00
http.c Suggest using "-b" or "-t" if the connection is reset (typical symptom 1997-11-22 01:00:42 +00:00
main.c Be consistent with other utilities in spelling "Kbytes". (Actually, 1997-08-19 01:57:53 +00:00
Makefile Here is my long-threatened revamping of fetch. Jean-Marc probably won't 1997-01-30 21:43:44 +00:00
uri.c Here is my long-threatened revamping of fetch. Jean-Marc probably won't 1997-01-30 21:43:44 +00:00
util.c time() needs a pointer to a time_t, but tv_sec in a timeval is a 1998-02-20 05:08:53 +00:00