summaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-03-15 11:09:16 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-03-15 11:09:16 +0000
commit409e3193774a116d1900180e4e50f2ac5c9ff78b (patch)
tree33d3a30649540bbf5a5cce1a3cdabeead1b53d8b /lib/libarchive
parent845aa4ab0a1f9fa9a27758f235cdfd4372fe44d0 (diff)
Notes
Diffstat (limited to 'lib/libarchive')
-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 41b62e1f8124..43539831cedf 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 {