diff options
Diffstat (limited to 'toys/other/blkid.c')
-rw-r--r-- | toys/other/blkid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/blkid.c b/toys/other/blkid.c index 725f163d..c18cc9c0 100644 --- a/toys/other/blkid.c +++ b/toys/other/blkid.c @@ -57,7 +57,7 @@ static const struct fstype fstypes[] = { }; /* TODO if no args use proc/partitions */ -void do_blkid(int fd, char *name) +static void do_blkid(int fd, char *name) { int off, i, j; char *type; |