Explorar o código

"static" from "do_fat_read" removed

stroese %!s(int64=20) %!d(string=hai) anos
pai
achega
20cc00ddac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/fat/fat.c

+ 1 - 1
fs/fat/fat.c

@@ -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)
 {