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 --- flowtop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flowtop') diff --git a/flowtop/Makefile b/flowtop/Makefile index 2446832..915301f 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -6,7 +6,7 @@ flowtop-libs = -lGeoIP \ -lz flowtop-objs = xmalloc.o \ - xio.o \ + ioops.o \ xutils.o \ oui.o \ str.o \ -- cgit v1.2.3-54-g00ecf