Deleted Added
full compact
18c18
< __FBSDID("$FreeBSD: head/sys/boot/common/interp_parse.c 119483 2003-08-25 23:30:41Z obrien $");
---
> __FBSDID("$FreeBSD: head/sys/boot/common/interp_parse.c 229403 2012-01-03 18:51:58Z ed $");
140c140
< PARSE_FAIL((q = index(p, token)) == NULL);
---
> PARSE_FAIL((q = strchr(p, token)) == NULL);