freebsd-skq/lib/libfetch
murray a12379d1b7 1. Update fetch to consistently return 1 on error, as the man page states,
rather than usually returning 1 but in a few instances using a sysexits(3)
   return value.

2. Remove a few unused variables from libfetch.

PR:		docs/122470  (1, only)
Reviewed by:	des
> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Security:      Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.

M    usr.bin/fetch/fetch.c
M    lib/libfetch/fetch.c
2008-12-17 18:00:18 +00:00
..
common.c Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't 2008-04-15 23:29:51 +00:00
common.h Add support for the NO_PROXY / no_proxy environment variable as used by 2007-12-18 11:03:07 +00:00
fetch.3 Add support for HTTP 1.1 If-Modified-Since behavior. 2008-12-15 08:27:44 +00:00
fetch.c 1. Update fetch to consistently return 1 on error, as the man page states, 2008-12-17 18:00:18 +00:00
fetch.h Add support for HTTP 1.1 If-Modified-Since behavior. 2008-12-15 08:27:44 +00:00
file.c Clean up namespace violations. 2007-12-14 10:26:58 +00:00
ftp.c Use memcpy(3) instead of the BSD-specific bcopy(3). 2008-02-08 09:48:48 +00:00
ftp.errors
http.c Add support for HTTP 1.1 If-Modified-Since behavior. 2008-12-15 08:27:44 +00:00
http.errors
Makefile Add missing dependencies on Makefile (fixes NO_CLEAN builds). 2007-12-19 05:10:07 +00:00