Ignore:
Timestamp:
2010-09-26T12:36:26Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
edba2b6f
Parents:
c5b59ce
Message:

Move ADT's used by the networking stack to libc.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/adt/measured_strings.c

    rc5b59ce r7390870  
    3636 */
    3737
     38#include <adt/measured_strings.h>
    3839#include <malloc.h>
    3940#include <mem.h>
     
    4142#include <errno.h>
    4243#include <err.h>
    43 
    44 #include <ipc/ipc.h>
    45 
    46 #include <net_modules.h>
    47 #include <adt/measured_strings.h>
     44#include <async.h>
     45
    4846
    4947measured_string_ref measured_string_create_bulk(const char * string, size_t length){
Note: See TracChangeset for help on using the changeset viewer.