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 --- curvetun/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'curvetun') diff --git a/curvetun/Makefile b/curvetun/Makefile index 970bfa8..b2693ed 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -6,6 +6,7 @@ curvetun-objs = xmalloc.o \ str.o \ dev.o \ stun.o \ + sock.o \ patricia.o \ corking.o \ trie.o \ -- cgit v1.2.3-54-g00ecf