diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-01-26 02:50:00 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2003-01-26 02:50:00 +0000 |
commit | 0fe71cdcd0eaff54785825749feeb7b2a6328683 (patch) | |
tree | 38c0b50474cdb5976b0fd458c01285aa66bfc23a /usr.sbin/authpf/authpf.c | |
parent | d70e7c397a12664bda434e9076b904a5b13fae54 (diff) |
mop up, from krw
Diffstat (limited to 'usr.sbin/authpf/authpf.c')
-rw-r--r-- | usr.sbin/authpf/authpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c index c37a5728ed9..b03cb80e6e7 100644 --- a/usr.sbin/authpf/authpf.c +++ b/usr.sbin/authpf/authpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authpf.c,v 1.46 2003/01/25 16:33:19 cedric Exp $ */ +/* $OpenBSD: authpf.c,v 1.47 2003/01/26 02:49:59 dhartmei Exp $ */ /* * Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org). @@ -869,7 +869,7 @@ pfctl_append_file(char *file) } void -pfctl_define_table(char *name, int flags, int addrs) +pfctl_define_table(char *name, int flags, int addrs, int noaction) { fprintf(stderr, "table definitions not yet supported in authpf\n"); } |