summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
Diffstat (limited to 'clients')
-rw-r--r--clients/zctl/zctl.c2
-rw-r--r--clients/zctl/zctl_cmds.ct2
2 files changed, 2 insertions, 2 deletions
diff --git a/clients/zctl/zctl.c b/clients/zctl/zctl.c
index 1607524..599e146 100644
--- a/clients/zctl/zctl.c
+++ b/clients/zctl/zctl.c
@@ -1301,7 +1301,7 @@ static const struct {
{ "unhide" } },
{ show_commands, "List available commands.",
{ "help", "?" } },
-#ifdef CMU_BACKWARD_COMPAT
+#ifdef CMU_ZCTL_PUNT
{ do_punt, "Ignore specified messages.",
{ "punt" } },
{ do_punt, "Stop ignoring specified messages.",
diff --git a/clients/zctl/zctl_cmds.ct b/clients/zctl/zctl_cmds.ct
index 27900d5..761572c 100644
--- a/clients/zctl/zctl_cmds.ct
+++ b/clients/zctl/zctl_cmds.ct
@@ -84,7 +84,7 @@
request ss_quit, "Quit.",
quit, exit, q;
-#ifdef CMU_BACKWARD_COMPAT
+#ifdef CMU_ZCTL_PUNT
request do_punt, "Ignore specified messages.",
punt;