Ignore:
Timestamp:
2009-09-17T17:03:49Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3037384
Parents:
41eca31
Message:

various protocol fixes
add console architecture

File:
1 edited

Legend:

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

    r41eca31 r810860a  
    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 */
     1(
     2        ?ipc_m_connection_clone ;
     3        ?ipc_m_data_write /* mount options */ {
     4                alternative (fs; tmpfs; fat; devfs) {
     5                        !fs.ipc_m_connect_to_me ;
     6                        !fs.mounted ;
     7                        !fs.ipc_m_data_write /* forward */
     8                }
    79        }
    8 }
     10)
Note: See TracChangeset for help on using the changeset viewer.