Changeset 3e6a98c5 in mainline for uspace/srv/bd/part
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/srv/bd/part
- Files:
-
- 2 edited
-
guid_part/guid_part.c (modified) (1 diff)
-
mbr_part/mbr_part.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/part/guid_part/guid_part.c
re80d8f8 r3e6a98c5 58 58 #include <loc.h> 59 59 #include <errno.h> 60 #include < bool.h>60 #include <stdbool.h> 61 61 #include <byteorder.h> 62 62 #include <assert.h> -
uspace/srv/bd/part/mbr_part/mbr_part.c
re80d8f8 r3e6a98c5 67 67 #include <block.h> 68 68 #include <errno.h> 69 #include < bool.h>69 #include <stdbool.h> 70 70 #include <byteorder.h> 71 71 #include <assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.
