Changeset d9e2e0e in mainline for uspace/app/nettest1/nettest1.c


Ignore:
Timestamp:
2010-10-06T22:53:20Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0e74b1, d52fbaf
Parents:
c7a8442
Message:

Move the client socket code to the standard library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nettest1/nettest1.c

    rc7a8442 rd9e2e0e  
    4646#include <net/in6.h>
    4747#include <net/inet.h>
    48 #include <socket.h>
    49 #include <socket_parse.h>
     48#include <net/socket.h>
     49#include <net/socket_parse.h>
    5050
    5151#include "nettest.h"
Note: See TracChangeset for help on using the changeset viewer.