1
0
Fork 0

"static" from "do_fat_read" removed

utp
stroese 2004-12-16 17:57:26 +00:00
parent cd42deebd2
commit 20cc00ddac
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize)
__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)
{