diff options
Diffstat (limited to 'util-linux/blockdev.c')
-rw-r--r-- | util-linux/blockdev.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c index e25e529db..bf4d49792 100644 --- a/util-linux/blockdev.c +++ b/util-linux/blockdev.c | |||
@@ -5,17 +5,16 @@ | |||
5 | * | 5 | * |
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | |||
9 | //applet:IF_BLOCKDEV(APPLET(blockdev, BB_DIR_SBIN, BB_SUID_DROP)) | ||
10 | |||
11 | //kbuild:lib-$(CONFIG_BLOCKDEV) += blockdev.o | ||
12 | |||
13 | //config:config BLOCKDEV | 8 | //config:config BLOCKDEV |
14 | //config: bool "blockdev" | 9 | //config: bool "blockdev" |
15 | //config: default y | 10 | //config: default y |
16 | //config: help | 11 | //config: help |
17 | //config: Performs some ioctls with block devices. | 12 | //config: Performs some ioctls with block devices. |
18 | 13 | ||
14 | //applet:IF_BLOCKDEV(APPLET(blockdev, BB_DIR_SBIN, BB_SUID_DROP)) | ||
15 | |||
16 | //kbuild:lib-$(CONFIG_BLOCKDEV) += blockdev.o | ||
17 | |||
19 | //usage:#define blockdev_trivial_usage | 18 | //usage:#define blockdev_trivial_usage |
20 | //usage: "OPTION BLOCKDEV" | 19 | //usage: "OPTION BLOCKDEV" |
21 | //usage:#define blockdev_full_usage "\n\n" | 20 | //usage:#define blockdev_full_usage "\n\n" |