diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.src | 2 | ||||
-rw-r--r-- | archival/bz/compress.c | 1 | ||||
-rw-r--r-- | archival/libunarchive/unxz/README | 1 | ||||
-rw-r--r-- | archival/lzo1x_9x.c | 1 | ||||
-rw-r--r-- | archival/unzip.c | 1 |
5 files changed, 1 insertions, 5 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 | ||
40 | config AR | 40 | config 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/bz/compress.c b/archival/bz/compress.c index 640b8872b..b9b0949a9 100644 --- a/archival/bz/compress.c +++ b/archival/bz/compress.c | |||
@@ -212,7 +212,6 @@ void generateMTFValues(EState* s) | |||
212 | wr++; | 212 | wr++; |
213 | s->mtfFreq[j+1]++; | 213 | s->mtfFreq[j+1]++; |
214 | } | 214 | } |
215 | |||
216 | } | 215 | } |
217 | } | 216 | } |
218 | 217 | ||
diff --git a/archival/libunarchive/unxz/README b/archival/libunarchive/unxz/README index f79b0a404..c5972f6b8 100644 --- a/archival/libunarchive/unxz/README +++ b/archival/libunarchive/unxz/README | |||
@@ -133,4 +133,3 @@ Specifying the calling convention | |||
133 | For example, on Windows, you may make all functions use the stdcall | 133 | For example, on Windows, you may make all functions use the stdcall |
134 | calling convention by defining XZ_FUNC=__stdcall when building and | 134 | calling convention by defining XZ_FUNC=__stdcall when building and |
135 | using the functions from XZ Embedded. | 135 | using the functions from XZ Embedded. |
136 | |||
diff --git a/archival/lzo1x_9x.c b/archival/lzo1x_9x.c index 0baed5469..483205155 100644 --- a/archival/lzo1x_9x.c +++ b/archival/lzo1x_9x.c | |||
@@ -675,7 +675,6 @@ static int min_gain(unsigned ahead, unsigned lit1, | |||
675 | static void better_match(const lzo_swd_p swd, | 675 | static void better_match(const lzo_swd_p swd, |
676 | unsigned *m_len, unsigned *m_off) | 676 | unsigned *m_len, unsigned *m_off) |
677 | { | 677 | { |
678 | |||
679 | if (*m_len <= M2_MIN_LEN) | 678 | if (*m_len <= M2_MIN_LEN) |
680 | return; | 679 | return; |
681 | 680 | ||
diff --git a/archival/unzip.c b/archival/unzip.c index 84081c021..d9705a56e 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -359,7 +359,6 @@ int unzip_main(int argc, char **argv) | |||
359 | 359 | ||
360 | default: | 360 | default: |
361 | bb_show_usage(); | 361 | bb_show_usage(); |
362 | |||
363 | } | 362 | } |
364 | break; | 363 | break; |
365 | 364 | ||