diff options
author | Karl Ramm <kcr@1ts.org> | 2012-02-11 10:31:38 -0500 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2012-02-11 10:31:38 -0500 |
commit | 8b3eae5da045bdf2997af372eab407aa7c59846b (patch) | |
tree | 5ccc28c96c29e6636abf6156b564c720dcf173b2 /clients | |
parent | bbad55928d5bbf583953ddd588668337c50cd214 (diff) |
enable the cmu zctl punt commands when the rest of the code is enabled
Diffstat (limited to 'clients')
-rw-r--r-- | clients/zctl/zctl.c | 2 | ||||
-rw-r--r-- | clients/zctl/zctl_cmds.ct | 2 |
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; |