Skip to content
Snippets Groups Projects
Commit ea8d19e7 authored by Kate Feng's avatar Kate Feng Committed by Andrew Johnson
Browse files

RTEMS: Make nfsMount() globally visible.

parent 39ca40fc
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ initialize_local_filesystem(char **argv)
#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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment