diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2011-08-03 12:28:41 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2011-08-03 12:28:41 +0000 |
commit | bbeddb0f1403fa4ccb3683edfa4704712f429047 (patch) | |
tree | 5b22fd030eadca21c0fce37b2dcfe0598f8fbdd1 /sys/net/pf.c | |
parent | e55ab35365dcfbded607c1343250e012364300c1 (diff) |
Remove redundant prototype for pf_socket_lookup().
It's already in pfvar.h
OK mcbride@
Diffstat (limited to 'sys/net/pf.c')
-rw-r--r-- | sys/net/pf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index 41a092e6934..22013eb2aa1 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.769 2011/07/27 00:26:10 mcbride Exp $ */ +/* $OpenBSD: pf.c,v 1.770 2011/08/03 12:28:40 mpf Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -212,7 +212,6 @@ void pf_route(struct mbuf **, struct pf_rule *, int, struct ifnet *, struct pf_state *); void pf_route6(struct mbuf **, struct pf_rule *, int, struct ifnet *, struct pf_state *); -int pf_socket_lookup(int, struct pf_pdesc *); u_int8_t pf_get_wscale(struct mbuf *, int, u_int16_t, sa_family_t); u_int16_t pf_get_mss(struct mbuf *, int, u_int16_t, |