aboutsummaryrefslogtreecommitdiff
path: root/archival/ar.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-09-18 16:28:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-09-18 16:28:43 +0200
commit0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch)
treecfe1328d742da3f0572ac8b2f06aa95259862ac5 /archival/ar.c
parentb63afead4411c5832d427ed149683c85cc81a4c9 (diff)
downloadbusybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz
busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.bz2
busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/ar.c')
-rw-r--r--archival/ar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c
index 027cd6b5a..f4edeb087 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -16,7 +16,6 @@
16 * between different systems 16 * between different systems
17 * http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html 17 * http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html
18 */ 18 */
19
20//config:config AR 19//config:config AR
21//config: bool "ar (9.5 kb)" 20//config: bool "ar (9.5 kb)"
22//config: default n # needs to be improved to be able to replace binutils ar 21//config: default n # needs to be improved to be able to replace binutils ar
@@ -46,6 +45,7 @@
46//config: This enables archive creation (-c and -r) with busybox ar. 45//config: This enables archive creation (-c and -r) with busybox ar.
47 46
48//applet:IF_AR(APPLET(ar, BB_DIR_USR_BIN, BB_SUID_DROP)) 47//applet:IF_AR(APPLET(ar, BB_DIR_USR_BIN, BB_SUID_DROP))
48
49//kbuild:lib-$(CONFIG_AR) += ar.o 49//kbuild:lib-$(CONFIG_AR) += ar.o
50 50
51//usage:#define ar_trivial_usage 51//usage:#define ar_trivial_usage