Ignore:
Timestamp:
2009-10-07T10:58:07Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b988db0
Parents:
100aaf5
Message:

fix protocols w.r.t. nested calls

File:
1 edited

Legend:

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

    r100aaf5 r0a1a313  
    44                alternative (fs; tmpfs; fat; devfs) {
    55                        !fs.ipc_m_connect_to_me ;
    6                         !fs.mounted ;
    7                         !fs.ipc_m_data_write /* forward */
     6                        !fs.mounted {
     7                                !fs.ipc_m_data_write /* forward */
     8                        }
    89                }
    910        }
Note: See TracChangeset for help on using the changeset viewer.