tc_core_time2big only used in tc/q_netem.c where it gets passed an unsigned.
Signed-off-by: Andreas Henriksson <[EMAIL PROTECTED]>
---
tc/tc_core.c |2 +-
tc/tc_core.h |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tc/tc_core.c b/tc/tc_core.c
index 8c3a2ac..1365e08
Andreas Henriksson wrote:
> tc_core_time2big only used in tc/q_netem.c where it gets passed an unsigned.
>
> Signed-off-by: Andreas Henriksson <[EMAIL PROTECTED]>
> ---
> tc/tc_core.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Seems to be missing a tc_core.h update.
-
To unsu
tc_core_time2big only used in tc/q_netem.c where it gets passed an unsigned.
Signed-off-by: Andreas Henriksson <[EMAIL PROTECTED]>
---
tc/tc_core.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tc/tc_core.c b/tc/tc_core.c
index 8c3a2ac..1365e08 100644
--- a/tc/tc_core.