Changeset 058edb6 in mainline for uspace/srv/net/tl/icmp/icmp.c


Ignore:
Timestamp:
2010-10-06T18:50:55Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bcafa70
Parents:
2aa15d4
Message:

Move socket_codes.h from libsocket to libc.

Remove stuff that was probably inappropriatelly taken from a Linux kernel
header.

Remove unneeded AF and PF codes.

Start assigning AF and PF codes sequentially. (These are not standardized.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/icmp/icmp.c

    r2aa15d4 r058edb6  
    4949#include <err.h>
    5050
     51#include <net/socket_codes.h>
     52
    5153#include <net_messages.h>
    5254#include <net_modules.h>
     
    6668#include <ip_protocols.h>
    6769#include <net_interface.h>
    68 #include <socket_codes.h>
    6970#include <tl_messages.h>
    7071#include <tl_interface.h>
Note: See TracChangeset for help on using the changeset viewer.