Deleted Added
full compact
59c59
< __FBSDID("$FreeBSD: head/sys/dev/ofw/openfirm.c 230631 2012-01-27 22:29:29Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/dev/ofw/openfirm.c 239366 2012-08-18 11:25:07Z hrs $");
263a264,271
> /* Check existence of a property of a package. */
> int
> OF_hasprop(phandle_t package, const char *propname)
> {
>
> return (OF_getproplen(package, propname) >= 0 ? 1 : 0);
> }
>