diff options
-rw-r--r-- | util-linux/blkid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/blkid.c b/util-linux/blkid.c index 4ce44b144..53f13a99c 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c | |||
@@ -10,6 +10,8 @@ | |||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | #include "volume_id.h" | 11 | #include "volume_id.h" |
12 | 12 | ||
13 | //TODO: extend to take BLOCKDEV args, and show TYPE="fstype" | ||
14 | |||
13 | int blkid_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 15 | int blkid_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
14 | int blkid_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | 16 | int blkid_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) |
15 | { | 17 | { |