Changeset 45aa22c in mainline for uspace/srv/inet/inet.c


Ignore:
Timestamp:
2012-03-07T23:05:42Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a88a6eac
Parents:
0e25780
Message:

Creating static addresses with inetcfg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/inet/inet.c

    r0e25780 r45aa22c  
    276276        sysarg_t port;
    277277
    278         log_msg(LVL_DEBUG, "inet_client_conn(%d, %d, %d)",
    279         (int)IPC_GET_ARG1(*icall), (int)IPC_GET_ARG2(*icall),
    280         (int)IPC_GET_ARG3(*icall));
    281 
    282278        port = IPC_GET_ARG1(*icall);
    283279
Note: See TracChangeset for help on using the changeset viewer.