diff options
author | Xabier Oneca | 2021-04-09 23:27:41 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-04-12 20:05:48 +0200 |
commit | 7ec254467c58047a8105fa688044e88f04a806d6 (patch) | |
tree | 49d9578c5534bbfbfce8bd1ceac694003dd8e608 /util-linux/volume_id/btrfs.c | |
parent | de1a49cb419d931a62500eaddb7c888ee011eefe (diff) | |
download | busybox-7ec254467c58047a8105fa688044e88f04a806d6.zip busybox-7ec254467c58047a8105fa688044e88f04a806d6.tar.gz |
touch: remove unneeded GETOPT32 defines
Long options handling (getopt32 vs getopt32long) is done in libbb.h, no need to
care here of the same logic. This cleans the code a bit.
Also, --no-create was grouped as a SUSv3 option, where as the short -c was not.
Even if it is part of SUS, leave it out as was the short option.
v2: Fix for disabled ENABLE_LONG_OPTS. getopt32long does not like
IF_FEATURE_xxx() style conditionals... :/
Signed-off-by: Xabier Oneca <xoneca@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/btrfs.c')
0 files changed, 0 insertions, 0 deletions