diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-10-31 10:41:31 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-10-31 10:41:31 +0000 |
| commit | eaecbf33f70c0eed2f9a60b392e5782e03a9be2f (patch) | |
| tree | 0080fd0c339ed1943275d4e2df23612ee50e0c37 /util-linux | |
| parent | 69a20f0aca1f4146210fe8c39c8638671e6558c5 (diff) | |
| download | busybox-w32-eaecbf33f70c0eed2f9a60b392e5782e03a9be2f.tar.gz busybox-w32-eaecbf33f70c0eed2f9a60b392e5782e03a9be2f.tar.bz2 busybox-w32-eaecbf33f70c0eed2f9a60b392e5782e03a9be2f.zip | |
Fixup some silly prototype warnings
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/mkfs_minix.c | 4 |
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) | |||
| 670 | printf("one bad block\n"); | 670 | printf("one bad block\n"); |
| 671 | } | 671 | } |
| 672 | 672 | ||
| 673 | static void get_list_blocks(filename) | 673 | static void get_list_blocks(char *filename) |
| 674 | char *filename; | ||
| 675 | |||
| 676 | { | 674 | { |
| 677 | FILE *listfile; | 675 | FILE *listfile; |
| 678 | unsigned long blockno; | 676 | unsigned long blockno; |
