Deleted Added
full compact
27c27
< * $FreeBSD: head/lib/libutil/kld.c 155804 2006-02-18 11:25:28Z des $
---
> * $FreeBSD: head/lib/libutil/kld.c 158907 2006-05-25 04:01:04Z delphij $
34a35,36
> #include <libutil.h>
> #include <string.h>
53c55
< strlen(name) == ko - fstat.name &&
---
> strlen(name) == (size_t)(ko - fstat.name) &&