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 --- trafgen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'trafgen') diff --git a/trafgen/Makefile b/trafgen/Makefile index 2df9dbf..c6e8591 100644 --- a/trafgen/Makefile +++ b/trafgen/Makefile @@ -6,6 +6,7 @@ trafgen-objs = xmalloc.o \ ioops.o \ xutils.o \ privs.o \ + proc.o \ dev.o \ irq.o \ str.o \ -- cgit v1.2.3-54-g00ecf