From 829456efb34ab796f7aa743fa7f37a5ecd8b3455 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:23:49 +0200 Subject: xio: rename xio to ioops and reduce its includes Rename xio to ioops (io-ops) and boil its include files down to a minimum. Signed-off-by: Daniel Borkmann --- netsniff-ng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netsniff-ng') diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index f397b92..7f5a490 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -35,7 +35,7 @@ netsniff-ng-objs = dissector.o \ str.o \ irq.o \ iosched.o \ - xio.o \ + ioops.o \ xutils.o \ xmalloc.o \ hash.o \ -- cgit v1.2.3-54-g00ecf