diff options
author | 2011-08-03 12:28:40 +0000 | |
---|---|---|
committer | 2011-08-03 12:28:40 +0000 | |
commit | dbf088bb22b07faed141425237b03f4708bec452 (patch) | |
tree | 462debf3f9a631a789c267e616e6b4ec132f8bb1 | |
parent | save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@ (diff) | |
download | wireguard-openbsd-dbf088bb22b07faed141425237b03f4708bec452.tar.xz wireguard-openbsd-dbf088bb22b07faed141425237b03f4708bec452.zip |
Remove redundant prototype for pf_socket_lookup().
It's already in pfvar.h
OK mcbride@
-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, |