summaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-05-25 16:24:31 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-05-25 16:24:31 +0000
commitba101983d5c240f191e3f233907ebb4a6c7029f1 (patch)
tree5aa3ef4f88a44b21bf5117bbeb532eed8d08776e /lib/libfetch/fetch.c
parent6774c05335d24adc7b6402933001393825b16a66 (diff)
Notes
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 ad9932f3c514..08efeb8bb344 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 **************************************************************/