diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rtsold/rtsol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c index 8f7b8bd6e47..d39401aa6f1 100644 --- a/usr.sbin/rtsold/rtsol.c +++ b/usr.sbin/rtsold/rtsol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsol.c,v 1.16 2009/02/03 19:00:48 chl Exp $ */ +/* $OpenBSD: rtsol.c,v 1.17 2009/02/05 09:57:12 chl Exp $ */ /* $KAME: rtsol.c,v 1.15 2002/05/31 10:10:03 itojun Exp $ */ /* @@ -262,7 +262,7 @@ rtsol_input(int s) if (i < sizeof(struct nd_router_advert)) { warnmsg(LOG_ERR, __func__, - "packet size(%d) is too short", i); + "packet size(%zd) is too short", i); return; } |