=== modified file 'src/RTEMS/base/rtems_init.c' --- src/RTEMS/base/rtems_init.c 2011-04-05 22:21:54 +0000 +++ src/RTEMS/base/rtems_init.c 2012-05-16 17:18:11 +0000 @@ -173,7 +173,7 @@ #if __RTEMS_MAJOR__>4 || \ (__RTEMS_MAJOR__==4 && __RTEMS_MINOR__>9) || \ (__RTEMS_MAJOR__==4 && __RTEMS_MINOR__==9 && __RTEMS_REVISION__==99) -static int +int nfsMount(char *uidhost, char *path, char *mntpoint) { int devl = strlen(uidhost) + strlen(path) + 2;