summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-11-13 11:11:51 +0000
committerkib <kib@FreeBSD.org>2010-11-13 11:11:51 +0000
commit1889bb0afa5d5fef5629d1a91edd5ec1eb509eba (patch)
tree457a17a96683bb45c76e70ea0ecda010796a33de /sys/net/if_llatbl.c
parent34589aa4cb98789f70c21cb1b1cd54d6ec9bc1b5 (diff)
downloadFreeBSD-src-1889bb0afa5d5fef5629d1a91edd5ec1eb509eba.zip
FreeBSD-src-1889bb0afa5d5fef5629d1a91edd5ec1eb509eba.tar.gz
Use 'z' modifier for size_t printing.
Diffstat (limited to 'sys/net/if_llatbl.c')
-rw-r--r--sys/net/if_llatbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c
index 3444c97..910d366 100644
--- a/sys/net/if_llatbl.c
+++ b/sys/net/if_llatbl.c
@@ -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);
OpenPOWER on IntegriCloud