Changeset d9e2e0e in mainline for uspace/app/ping/ping.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/ping/ping.c

    rc7a8442 rd9e2e0e  
    4949#include <net/in6.h>
    5050#include <net/inet.h>
     51#include <net/socket_parse.h>
    5152#include <ip_codes.h>
    52 #include <socket_parse.h>
    5353
    5454#include "print_error.h"
Note: See TracChangeset for help on using the changeset viewer.