Changeset 6eb2e96 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2009-04-10T07:53:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3cc6a52
- Parents:
- f4b1535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
rf4b1535 r6eb2e96 326 326 return ENOMEM; 327 327 } 328 str cpy(namep->name, nm);328 str_cpy(namep->name, size + 1, nm); 329 329 namep->parent = parentp; 330 330
Note:
See TracChangeset
for help on using the changeset viewer.