summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2017-03-24 14:19:52 +0000
committerdes <des@FreeBSD.org>2017-03-24 14:19:52 +0000
commit9cc8c478616cc8ad4c03db6529c1064888fc1acf (patch)
tree988e2bfb49ffca19739e87e0d00446a65d7e1b95 /lib/libfetch/fetch.h
parent4df1b0ecbe8b97b7b2a33fe8acc3e1936f273f92 (diff)
downloadFreeBSD-src-9cc8c478616cc8ad4c03db6529c1064888fc1acf.zip
FreeBSD-src-9cc8c478616cc8ad4c03db6529c1064888fc1acf.tar.gz
MFH (r313974,r314596): open .netrc early in case we want to drop privs
MFH (r314396,r315143): fix a crash caused by an incorrect format string MFH (r314701): fix handling of 416 errors when requesting a range MFH (r315455): fix parsing of IP literals (square brackets) PR: 212065, 217723
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r--lib/libfetch/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h
index d56a103..319fca9 100644
--- a/lib/libfetch/fetch.h
+++ b/lib/libfetch/fetch.h
@@ -47,6 +47,7 @@ struct url {
off_t offset;
size_t length;
time_t ims_time;
+ int netrcfd;
};
struct url_stat {
OpenPOWER on IntegriCloud