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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/socket/generic/socket_core.c

    r2687bdb re4554d4  
    3636
    3737#include <net/socket_codes.h>
     38#include <net/in.h>
     39#include <net/inet.h>
    3840
    3941#include <stdint.h>
     
    4244#include <err.h>
    4345
    44 #include <in.h>
    45 #include <inet.h>
    4646#include <adt/dynamic_fifo.h>
    4747#include <adt/int_map.h>
Note: See TracChangeset for help on using the changeset viewer.