Changeset 0a866eeb in mainline for uspace/lib/net/Makefile


Ignore:
Timestamp:
2010-10-08T19:45:11Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c69d327
Parents:
d52fbaf
Message:

Fix packet_get_copy() and socket_destroy_core() to use the remote packet
interfaces.

Fix packet_client.h to declare the remote packet interfaces and create
packet_local.h for the use by the packet server (or later possibly also by the
bundle build).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/Makefile

    rd52fbaf r0a866eeb  
    3535        generic/net_remote.c \
    3636        generic/net_checksum.c \
     37        generic/packet_client.c \
    3738        generic/packet_remote.c \
     39        generic/socket_core.c \
    3840        adt/module_map.c \
    3941        netif/netif_local.c \
Note: See TracChangeset for help on using the changeset viewer.