commit | 830822430c267ff1b319377f0283408db37a5f75 | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Thu Dec 16 17:57:26 2004 +0000 |
committer | stroese <stroese> | Thu Dec 16 17:57:26 2004 +0000 |
tree | cf9c60a496e5de17435fdf2e681945d01bbfe67f | |
parent | 89607927a8d81164adb9e3c6bae2275af2bcf423 [diff] |
"static" from "do_fat_read" removed
diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 9c13825..7f991b2 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c
@@ -718,7 +718,7 @@ __u8 do_fat_read_block[MAX_CLUSTSIZE]; /* Block buffer */ -static long +long do_fat_read (const char *filename, void *buffer, unsigned long maxsize, int dols) {