aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-31 10:41:31 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-31 10:41:31 +0000
commiteaecbf33f70c0eed2f9a60b392e5782e03a9be2f (patch)
tree0080fd0c339ed1943275d4e2df23612ee50e0c37 /util-linux
parent69a20f0aca1f4146210fe8c39c8638671e6558c5 (diff)
downloadbusybox-eaecbf33f70c0eed2f9a60b392e5782e03a9be2f.tar.gz
Fixup some silly prototype warnings
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mkfs_minix.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c
index a388d0ab0..fb9aeea38 100644
--- a/util-linux/mkfs_minix.c
+++ b/util-linux/mkfs_minix.c
@@ -670,9 +670,7 @@ static void check_blocks(void)
printf("one bad block\n");
}
-static void get_list_blocks(filename)
-char *filename;
-
+static void get_list_blocks(char *filename)
{
FILE *listfile;
unsigned long blockno;