mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Flush stdout when -A option is used.
Obtained from: KAME MFC after: 1 week
This commit is contained in:
parent
f61e198401
commit
3a53156b9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125675
@ -778,6 +778,7 @@ again:;
|
||||
|
||||
if (repeat) {
|
||||
printf("\n");
|
||||
fflush(stdout);
|
||||
sleep(repeat);
|
||||
goto again;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user