Ignore:
Timestamp:
2010-10-13T22:38:16Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10056483, b2a109d9
Parents:
f3b4051
Message:

Move ICMP client stuff from libsocket to standard library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/icmp_interface.h

    rf3b4051 r753bca3  
    4242#include <net/inet.h>
    4343#include <net/ip_codes.h>
    44 #include <icmp_codes.h>
    45 #include <icmp_common.h>
     44#include <net/icmp_codes.h>
     45#include <net/icmp_common.h>
    4646
    4747/** @name ICMP module interface
Note: See TracChangeset for help on using the changeset viewer.