Changeset b7adc22 in mainline
- Timestamp:
- 2013-09-15T11:10:56Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73fbcbb
- Parents:
- 1c0cef0
- Location:
- uspace/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/block.c
r1c0cef0 rb7adc22 37 37 */ 38 38 39 #include "../../srv/vfs/vfs.h"40 39 #include <ipc/loc.h> 41 40 #include <ipc/services.h> -
uspace/lib/block/block.h
r1c0cef0 rb7adc22 29 29 */ 30 30 31 /** @addtogroup libblock 31 /** @addtogroup libblock 32 32 * @{ 33 */ 33 */ 34 34 /** 35 35 * @file … … 41 41 #include <stdint.h> 42 42 #include <async.h> 43 #include "../../srv/vfs/vfs.h"44 43 #include <fibril_synch.h> 45 44 #include <adt/hash_table.h> 46 45 #include <adt/list.h> 46 #include <loc.h> 47 47 48 48 /* … … 50 50 */ 51 51 52 /** 52 /** 53 53 * This macro is a symbolic value for situations where no special flags are 54 54 * needed. -
uspace/lib/ext4/libext4_filesystem.c
r1c0cef0 rb7adc22 39 39 #include <errno.h> 40 40 #include <malloc.h> 41 #include <ipc/vfs.h> 41 42 #include "libext4.h" 42 43
Note:
See TracChangeset
for help on using the changeset viewer.