Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/boot/common/module.c 294058 2016-01-15 00:55:36Z smh $");
---
> __FBSDID("$FreeBSD: head/sys/boot/common/module.c 298230 2016-04-18 23:09:22Z allanjude $");
772c772
< cp = (char*)intp;
---
> cp = (u_char*)intp;
804c804
< result = file_lookup(mdp->d_path, cp, clen, NULL);
---
> result = file_lookup(mdp->d_path, (const char *)cp, clen, NULL);
806c806
< result = file_lookup(mdp->d_path, best, blen, NULL);
---
> result = file_lookup(mdp->d_path, (const char *)best, blen, NULL);