From 8b3eae5da045bdf2997af372eab407aa7c59846b Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 11 Feb 2012 10:31:38 -0500 Subject: enable the cmu zctl punt commands when the rest of the code is enabled --- clients/zctl/zctl.c | 2 +- clients/zctl/zctl_cmds.ct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'clients') 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; -- cgit v1.2.3