From 937ab62c3070f76e26c14d25d705d9167136f26c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Jun 1999 22:16:30 +0000 Subject: After comments D. V. Henkel-Wallace , the interface to mount() was changed to avoid the use of a string as the options. --- c/src/lib/include/rtems/libio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/include/rtems') diff --git a/c/src/lib/include/rtems/libio.h b/c/src/lib/include/rtems/libio.h index e3b0e5316e..653d247742 100644 --- a/c/src/lib/include/rtems/libio.h +++ b/c/src/lib/include/rtems/libio.h @@ -562,7 +562,7 @@ int unmount( int mount( rtems_filesystem_mount_table_entry_t **mt_entry, rtems_filesystem_operations_table *fs_ops, - char *fsoptions, + rtems_filesystem_options_t fsoptions, char *device, char *mount_point ); -- cgit v1.2.3