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 --- xutils.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 xutils.h (limited to 'xutils.h') diff --git a/xutils.h b/xutils.h deleted file mode 100644 index 2e0e251..0000000 --- a/xutils.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * netsniff-ng - the packet sniffing beast - * Copyright 2009, 2010 Daniel Borkmann. - * Copyright 2009, 2010 Emmanuel Roullit. - * Subject to the GPL, version 2. - */ - -#ifndef XSYS_H -#define XSYS_H - -#define _GNU_SOURCE -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "built_in.h" - -extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events); -extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events); - -#endif /* XSYS_H */ -- cgit v1.2.3-54-g00ecf