From 83ef345503943cc6f7c2f02381f71113601e8261 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:55:28 +0200 Subject: xutils: eliminate xutils, move rest to epoll2 Finally eliminate xutils.{c,h} and move the rest to epoll2. Signed-off-by: Daniel Borkmann --- irq.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'irq.c') diff --git a/irq.c b/irq.c index 1eed0d5..4132d19 100644 --- a/irq.c +++ b/irq.c @@ -1,13 +1,7 @@ -/* - * netsniff-ng - the packet sniffing beast - * Copyright 2009 - 2013 Daniel Borkmann. - * Copyright 2009, 2010 Emmanuel Roullit. - * Subject to the GPL, version 2. - */ - #include #include #include +#include #include #include #include @@ -16,7 +10,6 @@ #include "irq.h" #include "str.h" #include "die.h" -#include "xutils.h" int device_irq_number(const char *ifname) { -- cgit v1.2.3-54-g00ecf