diff options
| -rw-r--r-- | sbin/pfctl/pfctl_qstats.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl_qstats.c b/sbin/pfctl/pfctl_qstats.c index 3c47a095f95..d0d485e1d38 100644 --- a/sbin/pfctl/pfctl_qstats.c +++ b/sbin/pfctl/pfctl_qstats.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_qstats.c,v 1.22 2003/06/20 16:53:48 deraadt Exp $ */ +/* $OpenBSD: pfctl_qstats.c,v 1.23 2003/06/21 20:57:45 dhartmei Exp $ */ /* * Copyright (c) Henning Brauer <henning@openbsd.org> @@ -93,6 +93,7 @@ pfctl_show_altq(int dev, int opts, int verbose2) while (verbose2) { printf("\n"); + fflush(stdout); sleep(STAT_INTERVAL); if (pfctl_update_qstats(dev, &root)) return (-1); |
