Changeset 1ac1ab4 in mainline for uspace/srv/fs/ext4fs/ext4fs.c
- Timestamp:
- 2012-03-31T20:00:15Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2fa350
- Parents:
- 38384ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs.c
r38384ae r1ac1ab4 61 61 ext4fs_vfs_info.instance = strtol(argv[2], NULL, 10); 62 62 else { 63 printf(NAME " Unrecognized parameters ");63 printf(NAME " Unrecognized parameters\n"); 64 64 return -1; 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.