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)
This commit is contained in:
@ -24,7 +24,7 @@ typedef struct file_headers_s {
|
||||
} file_header_t;
|
||||
|
||||
typedef struct archive_handle_s {
|
||||
/* define if the header and data component should processed */
|
||||
/* define if the header and data component should be processed */
|
||||
char (*filter)(struct archive_handle_s *);
|
||||
llist_t *accept;
|
||||
/* List of files that have been rejected */
|
||||
|
Reference in New Issue
Block a user