Use 'z' modifier for size_t printing.

This commit is contained in:
Konstantin Belousov 2010-11-13 11:11:51 +00:00
parent e61ffaea2a
commit 7b3b099e07

View File

@ -122,7 +122,7 @@ llentry_free(struct llentry *lle)
}
KASSERT(lle->la_numheld == 0,
("%s: la_numheld %d > 0, pkts_droped %ld", __func__,
("%s: la_numheld %d > 0, pkts_droped %zd", __func__,
lle->la_numheld, pkts_dropped));
LLE_FREE_LOCKED(lle);