On 25/02/11 3:10 AM, rtems-vc at rtems.org wrote: > -int statvfs(const char *, struct statvfs *); > -int fstatvfs(int, struct statvfs *); > +extern int statvfs(const char *, struct statvfs *); > +extern int fstatvfs(int, struct statvfs *); Why is the extern needed ? Chris