On Feb 14, 2014, at 4:54 AM, Andriy Gapon <avg at FreeBSD.org> wrote: > > https://github.com/avg-I/freebsd/compare/master...wip;zdb-A > > zdb sets aok variable based on -A option, but aok is not honored anywhere in > userland. > > -- > Andriy Gapon It’s not very DRY. Perhaps use a macro: ABORT_UNLESS_OK()? — Justin