Changeset ee95794 in mainline


Ignore:
Timestamp:
2014-08-10T12:34:41Z (10 years ago)
Author:
Agnieszka Tabaka <nufcia@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a41b691
Parents:
c3b25985
Message:

Fix build errors on occuring on various architectures.

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nic/nic.c

    rc3b25985 ree95794  
    226226                }
    227227
    228                 printf("%d: %s\n", i, svc_name);
     228                printf("%zu: %s\n", i, svc_name);
    229229                printf("\tMAC address: %s\n", addr_str);
    230230                printf("\tVendor name: %s\n",
  • uspace/srv/net/ethip/ethip_nic.c

    rc3b25985 ree95794  
    317317                        break;
    318318                default:
    319                         log_msg(LOG_DEFAULT, LVL_DEBUG, "unknown IPC method: %d", IPC_GET_IMETHOD(call));
     319                        log_msg(LOG_DEFAULT, LVL_DEBUG, "unknown IPC method: %" PRIun, IPC_GET_IMETHOD(call));
    320320                        async_answer_0(callid, ENOTSUP);
    321321                }
Note: See TracChangeset for help on using the changeset viewer.