From 0b65b09f15783b067343f7a2dcf67ae1f1e27dc7 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:02:20 +0200 Subject: proc: move out process specific management functions Move them out of xutils, so that we can maintain them separately. Also simplify things a bit. Signed-off-by: Daniel Borkmann --- netsniff-ng/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'netsniff-ng') diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index 23d7b5d..104a42f 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -34,6 +34,7 @@ netsniff-ng-objs = dissector.o \ proto_80211_mac_hdr.o \ promisc.o \ privs.o \ + proc.o \ dev.o \ str.o \ irq.o \ -- cgit v1.2.3-54-g00ecf