Changeset 0b9ac3c in mainline for uspace/srv/bd/ata_bd/ata_bd.c
- Timestamp:
- 2010-02-23T19:03:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c62d2e1
- Parents:
- 1ccafee (diff), 5e50394 (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 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.c
r1ccafee r0b9ac3c 500 500 501 501 d = &disk[disk_id]; 502 bc.h = 0; /* Silence warning. */ 502 503 /* Silence warning. */ 504 memset(&bc, 0, sizeof(bc)); 503 505 504 506 /* Compute block coordinates. */ … … 574 576 575 577 d = &disk[disk_id]; 576 bc.h = 0; /* Silence warning. */ 578 579 /* Silence warning. */ 580 memset(&bc, 0, sizeof(bc)); 577 581 578 582 /* Compute block coordinates. */
Note:
See TracChangeset
for help on using the changeset viewer.