diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-15 20:53:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-15 20:53:37 +0000 |
commit | 2e295dd3dc0c8999d717f3daa84546218e119d34 (patch) | |
tree | 5ff429761dd7206204f9180d3458540c245155c9 /sbin/pfctl | |
parent | c173ffb65f7eea798f454b33d30aeb0f1c073ed6 (diff) |
what a bogus message
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 198457fc3e1..cbcb28ce553 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.132 2003/01/15 12:13:02 cedric Exp $ */ +/* $OpenBSD: pfctl.c,v 1.133 2003/01/15 20:53:36 deraadt Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1412,7 +1412,7 @@ main(int argc, char *argv[]) if ((opts & PF_OPT_NOACTION) == 0) { dev = open("/dev/pf", mode); if (dev == -1) - err(1, "open(\"/dev/pf\")"); + err(1, "/dev/pf"); altqsupport = pfctl_test_altqsupport(dev, opts); } else { /* turn off options */ |