Changeset fe5d3c1b in mainline for uspace/srv/net/tl/udp/udp.c


Ignore:
Timestamp:
2010-10-06T19:18:44Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2687bdb
Parents:
bcafa70
Message:

Move ip_protocols.h from libsocket to libc.

Remove currently unused defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/udp/udp.c

    rbcafa70 rfe5d3c1b  
    4646
    4747#include <net/socket_codes.h>
     48#include <net/ip_protocols.h>
    4849
    4950#include <net_messages.h>
     
    5859#include <ip_client.h>
    5960#include <ip_interface.h>
    60 #include <ip_protocols.h>
    6161#include <icmp_client.h>
    6262#include <icmp_interface.h>
Note: See TracChangeset for help on using the changeset viewer.