udhcpc: fix a problem with binary-encoded options #2
[oweals/busybox.git] / archival / lzop.c
index f5e06b54bef8727938dce98d8ace83dd77f331ed..9b42e5fd3987b2e317ed6d16bbabab26bb7668e6 100644 (file)
@@ -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),