rpms/kernel/devel linux-2.6-compile-fixes.patch,1.92,1.93

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jul 15 07:41:51 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13399

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
buildfix

linux-2.6-compile-fixes.patch:
 Makefile            |    4 ----
 net/sched/sch_htb.c |    2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- linux-2.6-compile-fixes.patch	5 Jul 2006 12:53:02 -0000	1.92
+++ linux-2.6-compile-fixes.patch	15 Jul 2006 07:41:48 -0000	1.93
@@ -12,3 +12,14 @@
  # Make variables (CC, etc...)
  
  AS		= $(CROSS_COMPILE)as
+--- 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;
+ 




More information about the fedora-cvs-commits mailing list