mbuf - Fix m_getjcl()'s size argument's type.
authorJoe Talbott <josepht@dragonflybsd.org>
Tue, 8 Mar 2011 19:31:11 +0000 (14:31 -0500)
committerJoe Talbott <josepht@dragonflybsd.org>
Mon, 14 Mar 2011 10:38:49 +0000 (06:38 -0400)
commit1a228695090d0fafc639475db6f88cdfad93d62f
tree73eb9be5c57cdce621d88a9fb931098b32e06c41
parenta2f2410855c320f486d4a5d5510c43079fb6892e
mbuf - Fix m_getjcl()'s size argument's type.

Use size_t in both the declaration and definition of m_getjcl().

Reported-By: Thomas Nikolajsen <thomas.nikolajsen@mail.dk>
sys/sys/mbuf.h