From 6dd869c22bc4960b305a806867df7cfbc114f3a7 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sat, 16 Jan 2021 00:02:43 -0600 Subject: bectl: remove spurious aok variable This rode in with the OpenZFS import. It may have been necessary at some point, but it is no longer and it breaks the WITHOUT_DYNAMICROOT build as it collides with the definition in libspl. Reported-by: Michael Dexter --- sbin/bectl/bectl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sbin/bectl') diff --git a/sbin/bectl/bectl.c b/sbin/bectl/bectl.c index d4573393130d..50229b4b96b7 100644 --- a/sbin/bectl/bectl.c +++ b/sbin/bectl/bectl.c @@ -60,8 +60,6 @@ static int bectl_cmd_unmount(int argc, char *argv[]); libbe_handle_t *be; -int aok; - int usage(bool explicit) { -- cgit v1.2.3