[BusyBox-cvs] busybox/include unarchive.h,1.18,1.19
Glenn McGrath
bug1 at busybox.net
Wed Oct 29 03:37:57 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv15751/include
Modified Files:
unarchive.h
Log Message:
Use the return value from uncompress_bunzip, fix some typo
Index: unarchive.h
===================================================================
RCS file: /var/cvs/busybox/include/unarchive.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- unarchive.h 28 Aug 2003 19:12:23 -0000 1.18
+++ unarchive.h 29 Oct 2003 03:37:54 -0000 1.19
@@ -35,7 +35,7 @@
/* process the header component, e.g. tar -t */
void (*action_header)(const file_header_t *);
- /* process the data componenet, e.g. extract to filesystem */
+ /* process the data component, e.g. extract to filesystem */
void (*action_data)(struct archive_handle_s *);
/* How to process any sub archive, e.g. get_header_tar_gz */
@@ -56,7 +56,7 @@
/* Function that skips data: read_by_char or read_by_skip */
void (*seek)(const struct archive_handle_s *archive_handle, const unsigned int amount);
- /* Temperary storage */
+ /* Temporary storage */
char *buffer;
/* Misc. stuff */
More information about the busybox-cvs
mailing list