aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/Config.src2
-rw-r--r--archival/tar.c2
-rw-r--r--archival/unzip_doc.txt.bz2bin11359 -> 0 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/archival/Config.src b/archival/Config.src
index f64b3347b..9a84fd6c6 100644
--- a/archival/Config.src
+++ b/archival/Config.src
@@ -39,7 +39,7 @@ config FEATURE_SEAMLESS_Z
39 39
40config AR 40config AR
41 bool "ar" 41 bool "ar"
42 default y 42 default n # needs to be improved to be able to replace binutils ar
43 help 43 help
44 ar is an archival utility program used to create, modify, and 44 ar is an archival utility program used to create, modify, and
45 extract contents from archives. An archive is a single file holding 45 extract contents from archives. An archive is a single file holding
diff --git a/archival/tar.c b/archival/tar.c
index 9dd74536e..5ddff7fa5 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -237,7 +237,7 @@ static int writeTarHeader(struct TarBallInfo *tbInfo,
237 struct tar_header_t header; 237 struct tar_header_t header;
238 238
239 memset(&header, 0, sizeof(header)); 239 memset(&header, 0, sizeof(header));
240 240
241 strncpy(header.name, header_name, sizeof(header.name)); 241 strncpy(header.name, header_name, sizeof(header.name));
242 242
243 /* POSIX says to mask mode with 07777. */ 243 /* POSIX says to mask mode with 07777. */
diff --git a/archival/unzip_doc.txt.bz2 b/archival/unzip_doc.txt.bz2
deleted file mode 100644
index ab77d10da..000000000
--- a/archival/unzip_doc.txt.bz2
+++ /dev/null
Binary files differ