Tom Rhodes wrote: > Modified files: > sbin/ping6 Makefile ping6.c > Log: > Use static const char and bump WARNS. Judging by the latest tinderbox build, it looks like you need to replace "size_t" with "socklen_t" at line 1772 of ping6.c before setting WARNS=6. Colin Percival