summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/fetch.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-07-25 19:35:44 +0000
committerwollman <wollman@FreeBSD.org>1997-07-25 19:35:44 +0000
commit021417e0de807dffe85f2ebec2dd9b568d4e545d (patch)
tree92d27f5303ecd82c9c43c4b36dda876cb15a0ca5 /usr.bin/fetch/fetch.h
parentcd0c23d19a3bde32cd2e62400904f9074c24db05 (diff)
downloadFreeBSD-src-021417e0de807dffe85f2ebec2dd9b568d4e545d.zip
FreeBSD-src-021417e0de807dffe85f2ebec2dd9b568d4e545d.tar.gz
Provide a new `-b' flag to work around some broken HTTP/TCP implementations
that can't deal with a half-closed connection.
Diffstat (limited to 'usr.bin/fetch/fetch.h')
-rw-r--r--usr.bin/fetch/fetch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h
index 321af11..d885b23 100644
--- a/usr.bin/fetch/fetch.h
+++ b/usr.bin/fetch/fetch.h
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: fetch.h,v 1.2 1997/01/31 19:55:49 wollman Exp $
+ * $Id: fetch.h,v 1.3 1997/02/05 19:59:10 wollman Exp $
*/
#ifndef fetch_h
@@ -49,6 +49,7 @@ struct fetch_state {
int fs_linkfile; /* -l option */
int fs_precious; /* -R option */
int fs_auto_retry; /* -a option */
+ int fs_linux_bug; /* -b option */
time_t fs_modtime;
void *fs_proto;
int (*fs_retrieve)(struct fetch_state *);
OpenPOWER on IntegriCloud