Changeset ee95794 in mainline for uspace/srv/net/ethip/ethip_nic.c


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.