Changeset c61d34b in mainline for uspace/srv/vfs/vfs_ops.c
- Timestamp:
- 2008-10-09T19:26:58Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 756f475
- Parents:
- 06d6505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
r06d6505 rc61d34b 154 154 } 155 155 /* Allocate buffer for the mount point data being received. */ 156 uint8_t*buf;156 char *buf; 157 157 buf = malloc(size + 1); 158 158 if (!buf) {
Note:
See TracChangeset
for help on using the changeset viewer.