Changeset 47b7006 in mainline for uspace/srv/bd/part
- Timestamp:
- 2011-01-29T23:02:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 197ef43
- Parents:
- fd483ce
- Location:
- uspace/srv/bd/part
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/part/guid_part/guid_part.c
rfd483ce r47b7006 315 315 sysarg_t method; 316 316 devmap_handle_t dh; 317 int flags;317 unsigned int flags; 318 318 int retval; 319 319 aoff64_t ba; -
uspace/srv/bd/part/mbr_part/mbr_part.c
rfd483ce r47b7006 393 393 sysarg_t method; 394 394 devmap_handle_t dh; 395 int flags;395 unsigned int flags; 396 396 int retval; 397 397 uint64_t ba;
Note:
See TracChangeset
for help on using the changeset viewer.