projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6817f5
)
cpio: make long opts depend only on ENABLE_GETOPT_LONG
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 16 Jul 2008 21:51:43 +0000
(21:51 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 16 Jul 2008 21:51:43 +0000
(21:51 -0000)
archival/cpio.c
patch
|
blob
|
history
diff --git
a/archival/cpio.c
b/archival/cpio.c
index 9784121b1a5ba37233668fadddfa913dca915796..ebe911a96f3add32000229cef3e7cdca5b7d3fb9 100644
(file)
--- a/
archival/cpio.c
+++ b/
archival/cpio.c
@@
-262,7
+262,7
@@
int cpio_main(int argc UNUSED_PARAM, char **argv)
CPIO_OPT_FORMAT = (1 << 8),
};
-#if ENABLE_GETOPT_LONG
&& ENABLE_DESKTOP
+#if ENABLE_GETOPT_LONG
applet_long_options =
"extract\0" No_argument "i"
"list\0" No_argument "t"