Changeset 774e6d1a in mainline for uspace/srv/net/il/arp/arp_module.c
- Timestamp:
- 2011-01-09T23:24:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b86dac
- Parents:
- 3c106e88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/arp/arp_module.c
r3c106e88 r774e6d1a 58 58 59 59 int il_module_message_standalone(ipc_callid_t callid, ipc_call_t *call, 60 ipc_call_t *answer, int *answer_count)60 ipc_call_t *answer, size_t *count) 61 61 { 62 return arp_message_standalone(callid, call, answer, answer_count);62 return arp_message_standalone(callid, call, answer, count); 63 63 } 64 64
Note:
See TracChangeset
for help on using the changeset viewer.