diff options
| author | Ron Yorston <rmy@pobox.com> | 2016-11-29 11:26:45 +0000 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2016-11-29 11:26:45 +0000 |
| commit | bb8d79eadbba1942dbdb9f9cee5c47833afe269f (patch) | |
| tree | b8c517e9ca895d60d7227aef7177b6291df5e2cd /util-linux/blockdev.c | |
| parent | 9fa1e4990e655a85025c9d270a1606983e375e47 (diff) | |
| parent | 7d877fc9312a742b06125927bb1d34bd35398c6c (diff) | |
| download | busybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.tar.gz busybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.tar.bz2 busybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.zip | |
Merge branch 'busybox' into merge
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" |
