aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-07-13 08:06:26 +0100
committerRon Yorston <rmy@pobox.com>2023-07-13 08:06:26 +0100
commitbd978d0256fd3a67de1a7dd54f1a37f9435be363 (patch)
treecb869384a533ac0d95fe787d75be6c050e1e7c1a /archival
parentb2901ce8efa050da00e0f3a73f3be9bf9402deea (diff)
parentd70256a5c719439cc6fab6a4571c1bb46178e4c7 (diff)
downloadbusybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.tar.gz
busybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.tar.bz2
busybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'archival')
-rw-r--r--archival/bbunzip.c8
-rw-r--r--archival/dpkg_deb.c2
-rw-r--r--archival/lzop.c2
-rw-r--r--archival/tar.c2
4 files changed, 7 insertions, 7 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index 467996071..fb5deb0ce 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -417,7 +417,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
417//usage: "Decompress to stdout" 417//usage: "Decompress to stdout"
418 418
419//config:config BUNZIP2 419//config:config BUNZIP2
420//config: bool "bunzip2 (8.7 kb)" 420//config: bool "bunzip2 (9.1 kb)"
421//config: default y 421//config: default y
422//config: select FEATURE_BZIP2_DECOMPRESS 422//config: select FEATURE_BZIP2_DECOMPRESS
423//config: help 423//config: help
@@ -431,7 +431,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
431//config: should probably say N here. 431//config: should probably say N here.
432//config: 432//config:
433//config:config BZCAT 433//config:config BZCAT
434//config: bool "bzcat (8.7 kb)" 434//config: bool "bzcat (9 kb)"
435//config: default y 435//config: default y
436//config: select FEATURE_BZIP2_DECOMPRESS 436//config: select FEATURE_BZIP2_DECOMPRESS
437//config: help 437//config: help
@@ -487,7 +487,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
487//usage: "Decompress to stdout" 487//usage: "Decompress to stdout"
488 488
489//config:config UNLZMA 489//config:config UNLZMA
490//config: bool "unlzma (7.5 kb)" 490//config: bool "unlzma (7.8 kb)"
491//config: default y 491//config: default y
492//config: help 492//config: help
493//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain 493//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -496,7 +496,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
496//config: compressors. 496//config: compressors.
497//config: 497//config:
498//config:config LZCAT 498//config:config LZCAT
499//config: bool "lzcat (7.5 kb)" 499//config: bool "lzcat (7.8 kb)"
500//config: default y 500//config: default y
501//config: help 501//config: help
502//config: Alias to "unlzma -c". 502//config: Alias to "unlzma -c".
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c
index a5a80439d..dda931169 100644
--- a/archival/dpkg_deb.c
+++ b/archival/dpkg_deb.c
@@ -5,7 +5,7 @@
5 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 5 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
6 */ 6 */
7//config:config DPKG_DEB 7//config:config DPKG_DEB
8//config: bool "dpkg-deb (30 kb)" 8//config: bool "dpkg-deb (29 kb)"
9//config: default y 9//config: default y
10//config: select FEATURE_SEAMLESS_GZ 10//config: select FEATURE_SEAMLESS_GZ
11//config: help 11//config: help
diff --git a/archival/lzop.c b/archival/lzop.c
index 74df8ff03..bdcc6d548 100644
--- a/archival/lzop.c
+++ b/archival/lzop.c
@@ -25,7 +25,7 @@
25 "Minimalized" for busybox by Alain Knaff 25 "Minimalized" for busybox by Alain Knaff
26*/ 26*/
27//config:config LZOP 27//config:config LZOP
28//config: bool "lzop (12 kb)" 28//config: bool "lzop (13 kb)"
29//config: default y 29//config: default y
30//config: help 30//config: help
31//config: Lzop compression/decompresion. 31//config: Lzop compression/decompresion.
diff --git a/archival/tar.c b/archival/tar.c
index 054640c01..bb82560b8 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -629,7 +629,7 @@ static void NOINLINE vfork_compressor(int tar_fd, const char *gzip)
629 execlp(gzip, gzip, "-f", (char *)0); 629 execlp(gzip, gzip, "-f", (char *)0);
630 630
631 vfork_exec_errno = errno; 631 vfork_exec_errno = errno;
632 _exit(EXIT_FAILURE); 632 _exit_FAILURE();
633 } 633 }
634 634
635 /* parent */ 635 /* parent */