提交 23534222 编写于 作者: B Blue Swirl

Add missing "static"

Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 7cba04f6
......@@ -48,7 +48,7 @@ u_int curtime;
static u_int time_fasttimo, last_slowtimo;
static int do_slowtimo;
TAILQ_HEAD(slirp_instances, Slirp) slirp_instances =
static TAILQ_HEAD(slirp_instances, Slirp) slirp_instances =
TAILQ_HEAD_INITIALIZER(slirp_instances);
#ifdef _WIN32
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册