Deleted Added
full compact
44c44
< __FBSDID("$FreeBSD: head/usr.bin/find/find.c 93604 2002-04-01 22:56:56Z obrien $");
---
> __FBSDID("$FreeBSD: head/usr.bin/find/find.c 97736 2002-06-02 12:57:41Z tjr $");
237a238,241
> /* Finish any pending -exec ... {} + functions. */
> for (p = plan; p != NULL; p = p->next)
> if (p->execute == f_exec && p->flags & F_EXECPLUS)
> (p->execute)(p, NULL);