Ignore:
Timestamp:
2009-09-16T22:46:58Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51d4040
Parents:
57688fe2
Message:

various fixes and cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/lib/libfs/fnc.libfs_mount

    r57688fe2 rcf7b3e0  
    1 ?fs.ipc_m_connection_clone ;
    2 ?fs.ipc_m_data_write /* mount options */ {
    3         !fs.ipc_m_connect_to_me ;
    4         !fs.mounted ;
    5         !fs.ipc_m_data_write /* forward */
     1?ipc_m_connection_clone ;
     2?ipc_m_data_write /* mount options */ {
     3        alternative fs tmpfs fat devfs {
     4                !fs.ipc_m_connect_to_me ;
     5                !fs.mounted ;
     6                !fs.ipc_m_data_write /* forward */
     7        }
    68}
Note: See TracChangeset for help on using the changeset viewer.