Changeset a405563 in mainline for uspace/srv
- Timestamp:
- 2009-08-02T18:51:49Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f019cc07
- Parents:
- 30885b9
- Location:
- uspace/srv
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/console.c
r30885b9 ra405563 174 174 } 175 175 176 int ccap_fb_to_con(int ccap_fb, int *ccap_con)176 static int ccap_fb_to_con(int ccap_fb, int *ccap_con) 177 177 { 178 178 switch (ccap_fb) { -
uspace/srv/devmap/devmap.c
r30885b9 ra405563 547 547 ipc_answer_0(iid, EOK); 548 548 549 size_t name_size = str_size(device->name);550 551 549 /* FIXME: 552 550 * We have no channel from DEVMAP to client, therefore 553 551 * sending must be initiated by client. 552 * 553 * size_t name_size = str_size(device->name); 554 554 * 555 555 * int rc = ipc_data_write_send(phone, device->name, name_size); -
uspace/srv/fs/fat/fat_ops.c
r30885b9 ra405563 403 403 fat_bs_t *bs; 404 404 block_t *b; 405 inti, j;405 unsigned i, j; 406 406 uint16_t bps; 407 407 unsigned dps;
Note:
See TracChangeset
for help on using the changeset viewer.