* sch_htb compile fix.
@ 2006-07-15 7:41 Dave Jones
2006-07-16 1:19 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2006-07-15 7:41 UTC (permalink / raw)
To: Linux Kernel; +Cc: netdev, Linus Torvalds, Andrew Morton
net/sched/sch_htb.c: In function 'htb_change_class':
net/sched/sch_htb.c:1605: error: expected ';' before 'do_gettimeofday'
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6.17.noarch/net/sched/sch_htb.c~ 2006-07-15 03:40:14.000000000 -0400
+++ linux-2.6.17.noarch/net/sched/sch_htb.c 2006-07-15 03:40:21.000000000 -0400
@@ -1601,7 +1601,7 @@ static int htb_change_class(struct Qdisc
/* set class to be in HTB_CAN_SEND state */
cl->tokens = hopt->buffer;
cl->ctokens = hopt->cbuffer;
- cl->mbuffer = PSCHED_JIFFIE2US(HZ*60) /* 1min */
+ cl->mbuffer = PSCHED_JIFFIE2US(HZ*60); /* 1min */
PSCHED_GET_TIME(cl->t_c);
cl->cmode = HTB_CAN_SEND;
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: sch_htb compile fix.
2006-07-15 7:41 sch_htb compile fix Dave Jones
@ 2006-07-16 1:19 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-07-16 1:19 UTC (permalink / raw)
To: davej; +Cc: linux-kernel, netdev, torvalds, akpm
From: Dave Jones <davej@redhat.com>
Date: Sat, 15 Jul 2006 03:41:12 -0400
> net/sched/sch_htb.c: In function 'htb_change_class':
> net/sched/sch_htb.c:1605: error: expected ';' before 'do_gettimeofday'
>
> Signed-off-by: Dave Jones <davej@redhat.com>
Thanks for catching this Dave.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-16 1:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-15 7:41 sch_htb compile fix Dave Jones
2006-07-16 1:19 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®