Ignore:
Timestamp:
2010-10-08T19:03:28Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a866eeb
Parents:
d9e2e0e
Message:

Move packet_messages.h to the standard library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/socket/packet/packet_server.c

    rd9e2e0e rd52fbaf  
    4242#include <fibril_synch.h>
    4343#include <unistd.h>
     44#include <sys/mman.h>
    4445
    4546#include <ipc/ipc.h>
    46 #include <sys/mman.h>
     47#include <ipc/packet.h>
    4748
    4849#include <net_messages.h>
     
    5051#include <packet/packet_client.h>
    5152#include <packet/packet_header.h>
    52 #include <packet/packet_messages.h>
    5353#include <packet/packet_server.h>
    5454
Note: See TracChangeset for help on using the changeset viewer.