Changeset 59ecd4a in mainline for uspace/lib/socket/packet/packet.c


Ignore:
Timestamp:
2010-04-04T21:41:47Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5db9084
Parents:
36a75a2 (diff), ee7e82a9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 moved

Legend:

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

    r36a75a2 r59ecd4a  
    4040#include <mem.h>
    4141#include <fibril_synch.h>
    42 //#include <stdio.h>
    4342#include <unistd.h>
    4443
    4544#include <sys/mman.h>
    4645
    47 #include "../../err.h"
    48 
    49 #include "../generic_field.h"
    50 
    51 #include "packet.h"
    52 #include "packet_header.h"
     46#include <net_err.h>
     47#include <adt/generic_field.h>
     48#include <packet/packet.h>
     49#include <packet/packet_header.h>
    5350
    5451/** Packet map page size.
Note: See TracChangeset for help on using the changeset viewer.