From 218a17462d572e7b8c88d05d78ea7accdc0eb90c Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 5 Aug 2006 12:24:05 +0000 Subject: [PATCH] Remove unused include Fix function arg type git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@665 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_cli.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/mgt_cli.c b/varnish-cache/bin/varnishd/mgt_cli.c index 95b1d18f..e8e29d86 100644 --- a/varnish-cache/bin/varnishd/mgt_cli.c +++ b/varnish-cache/bin/varnishd/mgt_cli.c @@ -12,7 +12,6 @@ #include #include -#include "libvarnish.h" #include "cli_priv.h" #include "cli.h" #include "sbuf.h" @@ -232,7 +231,7 @@ struct cli_port { }; static int -mgt_cli_callback(struct ev *e, unsigned what) +mgt_cli_callback(struct ev *e, int what) { struct cli_port *cp; char *p; -- 2.39.5