forked from Imagelibrary/rtems
2007-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/mount.c: Allow null for output parameter.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libcsupport/src/mount.c: Allow null for output parameter.
|
||||
|
||||
2007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* shttpd/compat_rtems.c, shttpd/compat_rtems.h: Add port to listen on
|
||||
|
||||
@@ -229,6 +229,7 @@ int mount(
|
||||
|
||||
Chain_Append( &rtems_filesystem_mount_table_control, &temp_mt_entry->Node );
|
||||
|
||||
if ( mt_entry )
|
||||
*mt_entry = temp_mt_entry;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user