diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-22 00:21:07 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-22 00:21:07 +0000 |
commit | 2ae5f6f7b023c362db59c8ecf16c416bf1f77a75 (patch) | |
tree | 7ddaf73cf2deda0f357b21802dab4d42798dd778 /include/unarchive.h | |
parent | d8c6309724259aa293ac194650a154c4dbc154db (diff) | |
download | busybox-w32-2ae5f6f7b023c362db59c8ecf16c416bf1f77a75.tar.gz busybox-w32-2ae5f6f7b023c362db59c8ecf16c416bf1f77a75.tar.bz2 busybox-w32-2ae5f6f7b023c362db59c8ecf16c416bf1f77a75.zip |
tar et al: die if bb_copyfd_size copies less than asked for.
(we have bb_copyfd_exact_size now for that kind of usage)
git-svn-id: svn://busybox.net/trunk/busybox@17038 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/unarchive.h')
-rw-r--r-- | include/unarchive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unarchive.h b/include/unarchive.h index 7de6a63fe..88c00882c 100644 --- a/include/unarchive.h +++ b/include/unarchive.h | |||
@@ -24,7 +24,7 @@ typedef struct file_headers_s { | |||
24 | } file_header_t; | 24 | } file_header_t; |
25 | 25 | ||
26 | typedef struct archive_handle_s { | 26 | typedef struct archive_handle_s { |
27 | /* define if the header and data component should processed */ | 27 | /* define if the header and data component should be processed */ |
28 | char (*filter)(struct archive_handle_s *); | 28 | char (*filter)(struct archive_handle_s *); |
29 | llist_t *accept; | 29 | llist_t *accept; |
30 | /* List of files that have been rejected */ | 30 | /* List of files that have been rejected */ |