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 --- astraceroute/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astraceroute/Makefile') diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 4cf9a3e..82e5b5b 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -3,7 +3,7 @@ astraceroute-libs = -lGeoIP \ -lz astraceroute-objs = xmalloc.o \ - xio.o \ + ioops.o \ xutils.o \ proto_none.o \ tprintf.o \ -- cgit v1.2.3-54-g00ecf