Deleted Added
full compact
39c39
< /* $FreeBSD: head/sys/dev/oce/oce_mbox.c 267839 2014-06-24 20:11:22Z delphij $ */
---
> /* $FreeBSD: head/sys/dev/oce/oce_mbox.c 269693 2014-08-07 21:56:46Z imp $ */
1879c1879
< if (cq->cq_cfg.q_len > (4*1024)-1)
---
> if ((u_int)cq->cq_cfg.q_len > (4*1024)-1)