Changeset 926d6caf in mainline


Ignore:
Timestamp:
2009-03-02T17:26:35Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7bbd8f8
Parents:
c91c9fb
Message:

add flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/vfs/vfs1.c

    rc91c9fb r926d6caf  
    4646        int rc;
    4747
    48         rc = mount("tmpfs", "/", "nulldev0");
     48        rc = mount("tmpfs", "/", "nulldev0", 0);
    4949        switch (rc) {
    5050        case EOK:
Note: See TracChangeset for help on using the changeset viewer.