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


Ignore:
Timestamp:
2010-10-06T18:50:55Z (14 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/udp/udp.c

    r2aa15d4 r058edb6  
    4444#include <errno.h>
    4545#include <err.h>
     46
     47#include <net/socket_codes.h>
    4648
    4749#include <net_messages.h>
     
    6062#include <icmp_interface.h>
    6163#include <net_interface.h>
    62 #include <socket_codes.h>
    6364#include <socket_core.h>
    6465#include <socket_messages.h>
Note: See TracChangeset for help on using the changeset viewer.