summaryrefslogtreecommitdiff
path: root/ifpps
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:32:19 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:32:19 +0200
commitab9d73629872a474d9194177fa4c9c8cdabe9a44 (patch)
treebe238632f09ab058370c086dfb6feee32006b7ff /ifpps
parenta66fe185ab6a3eb7a483fd9888b54ee43328836e (diff)
link: add link management functions
Same here as usual, break out link functions from xutils. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ifpps')
-rw-r--r--ifpps/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile
index 637db76..6088ec6 100644
--- a/ifpps/Makefile
+++ b/ifpps/Makefile
@@ -2,9 +2,8 @@ ifpps-libs = $(shell pkg-config --libs ncurses)
ifpps-objs = xmalloc.o \
ioops.o \
- xutils.o \
promisc.o \
str.o \
- sock.o \
+ link.o \
dev.o \
ifpps.o