]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/classq/classq.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / net / classq / classq.c
index dad2552c3212792de985f072d7464efa17414da8..dddaadcf6620696b88ad5619f43b7ab58d4b8110 100644 (file)
@@ -134,7 +134,7 @@ _addq(class_queue_t *q, classq_pkt_t *pkt)
 /* add one or more packets at the tail of the queue */
 void
 _addq_multi(class_queue_t *q, classq_pkt_t *pkt_head, classq_pkt_t *pkt_tail,
-    u_int32_t cnt, u_int32_t size)
+    u_int32_t cnt, u_int64_t size)
 {
        ASSERT(pkt_head->cp_ptype == qptype(q));
        ASSERT(pkt_tail->cp_ptype == qptype(q));