From 7dd6625c65942a4a2a0ffaa99244a8a8044c8610 Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Mon, 28 Jun 2004 20:41:55 +0000 Subject: [PATCH] Rename netsim to netem in latest code. (Logical change 1.39) --- tc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/Makefile b/tc/Makefile index a73fb302..546c5df4 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -23,7 +23,7 @@ ifeq ($(TC_CONFIG_ATM),y) LDLIBS += -latm endif -TCMODULES += q_netsim.o +TCMODULES += q_netem.o TCMODULES += q_csz.o TCMODULES += q_htb.o TCMODULES += q_hpfq.o