Changeset e4554d4 in mainline for uspace/lib/socket/include


Ignore:
Timestamp:
2010-10-06T20:05:47Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
88e127ee
Parents:
2687bdb
Message:

Move inet.[ch], in.h and in6.h to standard library.

Location:
uspace/lib/socket/include
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/socket/include/icmp_api.h

    r2687bdb re4554d4  
    3939
    4040#include <net/socket_codes.h>
     41#include <net/inet.h>
    4142#include <sys/types.h>
    4243
     
    4445#include <adt/measured_strings.h>
    4546#include <packet/packet.h>
    46 #include <inet.h>
    4747#include <ip_codes.h>
    4848#include <icmp_codes.h>
  • uspace/lib/socket/include/socket.h

    r2687bdb re4554d4  
    4141
    4242#include <net/socket_codes.h>
     43#include <net/in.h>
     44#include <net/in6.h>
     45#include <net/inet.h>
     46#include <errno.h>
    4347#include <byteorder.h>
    44 
    45 #include <in.h>
    46 #include <in6.h>
    47 #include <inet.h>
    48 #include <errno.h>
    4948
    5049/** @name Socket application programming interface
  • uspace/lib/socket/include/socket_core.h

    r2687bdb re4554d4  
    4040#include <sys/types.h>
    4141
    42 #include <in.h>
     42#include <net/in.h>
    4343#include <net_device.h>
    4444#include <adt/generic_char_map.h>
Note: See TracChangeset for help on using the changeset viewer.