patch-2.3.99-pre6 linux/net/sched/sch_gred.c
Next file: linux/net/socket.c
Previous file: linux/net/rose/af_rose.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Fri Apr 14 09:38:10 2000
 -  Orig file: 
v2.3.99-pre5/linux/net/sched/sch_gred.c
 -  Orig date: 
Tue Feb  1 01:35:44 2000
 
diff -u --recursive --new-file v2.3.99-pre5/linux/net/sched/sch_gred.c linux/net/sched/sch_gred.c
@@ -512,7 +512,7 @@
 	opt=kmalloc(sizeof(struct tc_gred_qopt)*MAX_DPs, GFP_KERNEL);
 
 	if (opt  == NULL) {
-		DPRINTK("gred_dump:failed to malloc for %d\n",
+		DPRINTK("gred_dump:failed to malloc for %Zd\n",
 		    sizeof(struct tc_gred_qopt)*MAX_DPs);
 		goto rtattr_failure;
 	}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)