summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r--usr.sbin/ndp/ndp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index 62e7c595353..cc1e80a8616 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ndp.c,v 1.32 2004/01/08 06:51:44 itojun Exp $ */
+/* $OpenBSD: ndp.c,v 1.33 2004/02/10 14:47:22 itojun Exp $ */
/* $KAME: ndp.c,v 1.101 2002/07/17 08:46:33 itojun Exp $ */
/*
@@ -762,6 +762,7 @@ again:;
if (repeat) {
printf("\n");
+ fflush(stdout);
sleep(repeat);
goto again;
}