diff options
author | Mike Frysinger | 2013-03-03 00:48:53 -0500 |
---|---|---|
committer | Mike Frysinger | 2013-03-03 00:48:53 -0500 |
commit | 93b51819cf42728654769462130c4b7d50e9b67a (patch) | |
tree | df246700f304dc2774e3101aa41f6ad254995061 /archival/lzop.c | |
parent | 507f6ea6d2de1bd8298c396edaa600a41bc5ae6e (diff) | |
download | busybox-93b51819cf42728654769462130c4b7d50e9b67a.zip busybox-93b51819cf42728654769462130c4b7d50e9b67a.tar.gz |
archival: note implicit dependencies between lzop & bbunzip
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'archival/lzop.c')
-rw-r--r-- | archival/lzop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/lzop.c b/archival/lzop.c index f5e06b5..9b42e5f 100644 --- a/archival/lzop.c +++ b/archival/lzop.c @@ -438,6 +438,7 @@ struct globals { #define OPTION_STRING "cfvqdt123456789CF" +/* Note: must be kept in sync with archival/bbunzip.c */ enum { OPT_STDOUT = (1 << 0), OPT_FORCE = (1 << 1), |