From a66fe185ab6a3eb7a483fd9888b54ee43328836e Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:21:48 +0200 Subject: sock: add socket management functions Remove them from xutils, and add them to socket management. Signed-off-by: Daniel Borkmann --- astraceroute/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'astraceroute') diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 8add1cd..cc0a3ce 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -9,6 +9,7 @@ astraceroute-objs = xmalloc.o \ tprintf.o \ bpf.o \ str.o \ + sock.o \ dev.o \ geoip.o \ ring_rx.o \ -- cgit v1.2.3-54-g00ecf