[PATCH] Also do tc_core_time2big argument (long->unsigned).

2007-10-12 Thread Andreas Henriksson
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

Re: [PATCH] Also do tc_core_time2big argument (long->unsigned).

2007-10-12 Thread Patrick McHardy
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

[PATCH] Also do tc_core_time2big argument (long->unsigned).

2007-10-12 Thread Andreas Henriksson
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.