projects
/
platform
/
upstream
/
net-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd4eca
)
Implemented the Sean Reifenschneider suggested fflush() to the --watch
author
Bernd Eckenfels
<net-tools@lina.inka.de>
Sun, 15 Sep 2002 00:25:14 +0000
(
00:25
+0000)
committer
Bernd Eckenfels
<net-tools@lina.inka.de>
Sun, 15 Sep 2002 00:25:14 +0000
(
00:25
+0000)
function of mii-tool.
mii-tool.c
patch
|
blob
|
history
diff --git
a/mii-tool.c
b/mii-tool.c
index
1780b1d
..
7237ba9
100644
(file)
--- 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;
}