From 9b7fdfc84a516ede415cd1941e5ff1d6312e83ff Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 10 Oct 2011 01:01:58 +0200 Subject: Fixes for include. --- nest/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest') diff --git a/nest/cli.c b/nest/cli.c index c83a54f..f9cc0f4 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -224,7 +224,7 @@ static int cli_rh_trick_flag; struct cli *this_cli; static int -cli_cmd_read_hook(byte *buf, unsigned int max) +cli_cmd_read_hook(byte *buf, unsigned int max, UNUSED int fd) { if (!cli_rh_trick_flag) { -- cgit v1.2.3