Changeset 926d6caf in mainline
- Timestamp:
- 2009-03-02T17:26:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7bbd8f8
- Parents:
- c91c9fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/vfs/vfs1.c
rc91c9fb r926d6caf 46 46 int rc; 47 47 48 rc = mount("tmpfs", "/", "nulldev0" );48 rc = mount("tmpfs", "/", "nulldev0", 0); 49 49 switch (rc) { 50 50 case EOK:
Note:
See TracChangeset
for help on using the changeset viewer.