Flush stdout after RTM_IFANNOUNCE message.

PR:		bin/151600
Submitted by:	Eric van Gyzen <eric vangyzen.net>
This commit is contained in:
Gleb Smirnoff 2012-12-04 11:10:01 +00:00
parent 3fa6535388
commit f1e17e139d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243860

View File

@ -1632,6 +1632,7 @@ print_rtmsg(struct rt_msghdr *rtm, size_t msglen)
break;
}
printf("\n");
fflush(stdout);
break;
default: