diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-06-26 20:50:27 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-06-26 20:50:27 +0000 |
commit | 51274230005eca07b5b85e55023d69dfd2e87369 (patch) | |
tree | cc8ede586333078c7f6ab5b87ac77a01ef78ecea /sbin/pfctl/pfctl.c | |
parent | 8c58f9fa25b6159cec363288cb3f4de5d9547be7 (diff) |
add rule nr for Niels
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r-- | sbin/pfctl/pfctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 7f1d36de575..da2eb7cd3e6 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.13 2001/06/26 17:46:02 deraadt Exp $ */ +/* $OpenBSD: pfctl.c,v 1.14 2001/06/26 20:50:26 dhartmei Exp $ */ /* * Copyright (c) 2001, Daniel Hartmeier @@ -199,7 +199,6 @@ pfctl_show_rules(int dev) errx(1, "DIOCGETRULE"); return (1); } - printf("@%u ", nr + 1); print_rule(&pr.rule); } return (0); |