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 --- mausezahn/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mausezahn') diff --git a/mausezahn/Makefile b/mausezahn/Makefile index cecd139..2e9e417 100644 --- a/mausezahn/Makefile +++ b/mausezahn/Makefile @@ -7,6 +7,7 @@ mausezahn-libs = -lcli \ mausezahn-objs = xutils.o \ str.o \ + sock.o \ staging/layer1.o \ staging/layer2.o \ staging/layer3.o \ -- cgit v1.2.3-54-g00ecf