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 --- ifpps/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ifpps') diff --git a/ifpps/Makefile b/ifpps/Makefile index 49a50d0..637db76 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -5,5 +5,6 @@ ifpps-objs = xmalloc.o \ xutils.o \ promisc.o \ str.o \ + sock.o \ dev.o \ ifpps.o -- cgit v1.2.3-54-g00ecf