Changeset f73b291 in mainline for uspace/lib/block/block.c
- Timestamp:
- 2012-08-16T18:40:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dbf2ca4
- Parents:
- 13c4fe0
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/block.c
r13c4fe0 rf73b291 37 37 */ 38 38 39 #include "libblock.h"40 39 #include "../../srv/vfs/vfs.h" 41 40 #include <ipc/loc.h> … … 56 55 #include <sys/typefmt.h> 57 56 #include <stacktrace.h> 57 #include "block.h" 58 58 59 59 /** Lock protecting the device connection list */ … … 839 839 memcpy(data, buffer + offset, bytes); 840 840 free(buffer); 841 841 842 842 return EOK; 843 843 }
Note:
See TracChangeset
for help on using the changeset viewer.