diff options
-rw-r--r-- | usr.sbin/ndp/ndp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c index 256809a..9f40ffa 100644 --- a/usr.sbin/ndp/ndp.c +++ b/usr.sbin/ndp/ndp.c @@ -778,6 +778,7 @@ again:; if (repeat) { printf("\n"); + fflush(stdout); sleep(repeat); goto again; } |