diff options
author | des <des@FreeBSD.org> | 1998-12-16 10:24:55 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-12-16 10:24:55 +0000 |
commit | 37f6ae6efa76ffd76030b285155c142929e27e71 (patch) | |
tree | 46bd30e5ec6a8aa52bcbef848e3726d299305880 /lib/libfetch/fetch_err.et | |
parent | 0dfe97f554b9685389c9e58615db7e9453368503 (diff) | |
download | FreeBSD-src-37f6ae6efa76ffd76030b285155c142929e27e71.zip FreeBSD-src-37f6ae6efa76ffd76030b285155c142929e27e71.tar.gz |
Add verbose flag, and support functions.
Brucify the Makefile.
Differentiate atime and mtime in fetch*Stat().
Fix a few pointer bugs.
Tweak some error messages.
Don't #include sys/param.h and stdio.h in fetch.h.
Document that sys/param.h and stdio.h must be #included before fetch.h.
Diffstat (limited to 'lib/libfetch/fetch_err.et')
-rw-r--r-- | lib/libfetch/fetch_err.et | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libfetch/fetch_err.et b/lib/libfetch/fetch_err.et index 233d7e7..2e247a6 100644 --- a/lib/libfetch/fetch_err.et +++ b/lib/libfetch/fetch_err.et @@ -25,7 +25,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id$ +# $Id: fetch_err.et,v 1.1 1998/11/06 22:14:08 des Exp $ # et ftch ec FETCH_ABORT, "Operation aborted" @@ -46,4 +46,5 @@ et ftch ec FETCH_UNAVAIL, "File is not available" ec FETCH_UNKNOWN, "Unknown error" ec FETCH_URL, "Invalid URL" + ec FETCH_VERBOSE, "" end |