summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-03-15 11:09:16 +0000
committerkientzle <kientzle@FreeBSD.org>2008-03-15 11:09:16 +0000
commitb9046423ecb8d6f1979803b1f3388a0bee12e225 (patch)
tree33d3a30649540bbf5a5cce1a3cdabeead1b53d8b /lib
parentc37b281ebcd1b2f819b2d1a2c57e5a6bdeb00ddf (diff)
downloadFreeBSD-src-b9046423ecb8d6f1979803b1f3388a0bee12e225.zip
FreeBSD-src-b9046423ecb8d6f1979803b1f3388a0bee12e225.tar.gz
Update a comment: the format bid only runs once per archive; it no
longer runs once per entry.
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/archive_read_private.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/libarchive/archive_read_private.h b/lib/libarchive/archive_read_private.h
index 41b62e1..4353983 100644
--- a/lib/libarchive/archive_read_private.h
+++ b/lib/libarchive/archive_read_private.h
@@ -93,17 +93,10 @@ struct archive_read {
/*
* Format detection is mostly the same as compression
- * detection, with two significant differences: The bidders
+ * detection, with one significant difference: The bidders
* use the read_ahead calls above to examine the stream rather
* than having the supervisor hand them a block of data to
- * examine, and the auction is repeated for every header.
- * Winning bidders should set the archive_format and
- * archive_format_name appropriately. Bid routines should
- * check archive_format and decline to bid if the format of
- * the last header was incompatible.
- *
- * Again, write support is considerably simpler because there's
- * no need for an auction.
+ * examine.
*/
struct archive_format_descriptor {
OpenPOWER on IntegriCloud