From 23bd5ecbd11766088784507a56e32975b4c755a2 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:46:38 +0200 Subject: xutils: move device management functions out of xutils Move those functions out so that they can be more easily maintained in its separate file. 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 39412a6..11467c9 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -33,6 +33,7 @@ netsniff-ng-objs = dissector.o \ proto_mpls_unicast.o \ proto_80211_mac_hdr.o \ promisc.o \ + dev.o \ str.o \ irq.o \ iosched.o \ -- cgit v1.2.3-54-g00ecf