diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-14 17:31:31 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-14 17:31:31 +0000 |
commit | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (patch) | |
tree | 9d296319bdf55bc1ad7884686c0e8fa54c28eac7 /sbin/pfctl | |
parent | 3f88404251668cbba24f70ab49eb23ce43620e84 (diff) |
make the output of pfctl -k look nice again
noticed by pb@
ok dhartmei@
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index ad726c9c830..cfd99313bba 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.79 2002/06/12 22:27:05 henning Exp $ */ +/* $OpenBSD: pfctl.c,v 1.80 2002/06/14 17:31:30 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -349,8 +349,8 @@ pfctl_kill_states(int dev, int opts) freeaddrinfo(res[1]); if ((opts & PF_OPT_QUIET) == 0) - fprintf(stderr, "killed %d states from %d sources and %d \ - destinations\n", killed, sources, dests); + fprintf(stderr, "killed %d states from %d sources and %d " + "destinations\n", killed, sources, dests); return (0); } |