~rimskyp/helenos/gui

« back to all changes in this revision

Viewing changes to uspace/srv/net/il/arp/arp_module.c

  • Committer: Pavel Rimsky
  • Date: 2010-10-16 19:27:47 UTC
  • mfrom: (355.1.291 HelenOS.mainline)
  • Revision ID: pavel@pavel-laptop-20101016192747-ymgf1isyijywbsxm
Merging changes from mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
#include <async.h>
41
41
#include <stdio.h>
 
42
#include <err.h>
42
43
 
43
44
#include <ipc/ipc.h>
44
45
#include <ipc/services.h>
45
46
 
46
 
#include <net_err.h>
47
 
#include <net_modules.h>
 
47
#include <net/modules.h>
48
48
#include <net_interface.h>
49
 
#include <packet/packet.h>
 
49
#include <net/packet.h>
50
50
#include <il_local.h>
51
51
 
52
52
#include "arp.h"