summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-05-25 16:24:31 +0000
committerdes <des@FreeBSD.org>2000-05-25 16:24:31 +0000
commite5d7688f99046a4b3022e13701fd346f5328d6d4 (patch)
treeab95bd3a9549fc63c0570b6e47ddc36c1afcbb85 /lib/libfetch/fetch.c
parent8e62250edde9eea0607bde13a83225e481f0e1ca (diff)
downloadFreeBSD-src-e5d7688f99046a4b3022e13701fd346f5328d6d4.zip
FreeBSD-src-e5d7688f99046a4b3022e13701fd346f5328d6d4.tar.gz
Dump com_err, it's a stinking crock of shit.
Diffstat (limited to 'lib/libfetch/fetch.c')
-rw-r--r--lib/libfetch/fetch.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c
index ad9932f..08efeb8 100644
--- a/lib/libfetch/fetch.c
+++ b/lib/libfetch/fetch.c
@@ -40,8 +40,9 @@
#include "common.h"
-int fetchLastErrCode;
-int fetchTimeout;
+int fetchLastErrCode;
+char fetchLastErrString[MAXERRSTRING];
+int fetchTimeout;
/*** Local data **************************************************************/
OpenPOWER on IntegriCloud