From a2e70ae5b06ac6fa09cce3848c2ed795967b174f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 9 Aug 2013 12:04:49 +0200 Subject: dev: Integrate `promisc' module into `dev' module Since entering/leaving promiscuous mode also is a device specific function and all users of the `promisc' module also use `dev', integrate it there. Also rename the functions to have a `device_' prefix like the other functions in the module. Signed-off-by: Tobias Klauser --- ifpps/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'ifpps') diff --git a/ifpps/Makefile b/ifpps/Makefile index b7ef918..81100db 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -2,7 +2,6 @@ ifpps-libs = $(shell pkg-config --libs ncurses) ifpps-objs = xmalloc.o \ ioops.o \ - promisc.o \ str.o \ link.o \ sock.o \ -- cgit v1.2.3-54-g00ecf