From 21a1a492d0f889a4c7b6af30dd3d3dcfe79f95e3 Mon Sep 17 00:00:00 2001 From: ecki Date: Sun, 15 Sep 2002 00:25:14 +0000 Subject: [PATCH] Implemented the Sean Reifenschneider suggested fflush() to the --watch function of mii-tool. --- mii-tool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mii-tool.c b/mii-tool.c index 1780b1d77..7237ba905 100644 --- a/mii-tool.c +++ b/mii-tool.c @@ -302,6 +302,7 @@ int show_basic_mii(int sock, int phy_id) printf("\n link partner:%s", media_list(lkpar, 0)); printf("\n"); } + fflush(stdout); return 0; } -- 2.11.4.GIT