Changeset 4f351432 in mainline for uspace/lib/block/block.c
- Timestamp:
- 2012-08-16T22:17:52Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2568c94
- Parents:
- 83298e8 (diff), 6d5e378 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/block.c
r83298e8 r4f351432 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.