Core: get the rid of the ld warnings
authorLiu Aleaxander <Aleaxander@gmail.com>
Sat, 8 Aug 2009 07:51:34 +0000 (15:51 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Sat, 8 Aug 2009 07:51:34 +0000 (15:51 +0800)
commit608df81932797cb5725d03699fa2a5a3e21bd44d
treebc1eabeb791cfc5faae41c5819705725a2b7ef03
parent2f90b35a7292515f26f65b947a9c2f065e9f65e4
Core: get the rid of the ld warnings

we extern the SecPerClust from diskstart.inc and used in fat.c, but we also defined another
SecPerClust in ext2.c. So we should be better to make more things in _static_, just like hpa told.
core/ext2.c
core/fat.c
core/fs.c