diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-06-28 07:27:21 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-06-28 07:27:21 +0000 |
commit | 2344053d2e7e14d1a0d4fb5f548b58c4190384b2 (patch) | |
tree | dc7807d6a648ca22e502557b33fd68f3c1530940 /sys | |
parent | 25326a8d0d564dc955090d5a710a6dfdea6db527 (diff) |
redundant (pfvar.h already have it)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pf_norm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/pf_norm.c b/sys/net/pf_norm.c index 58e333f24e9..92e0172335b 100644 --- a/sys/net/pf_norm.c +++ b/sys/net/pf_norm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_norm.c,v 1.59 2003/05/14 23:46:45 frantzen Exp $ */ +/* $OpenBSD: pf_norm.c,v 1.60 2003/06/28 07:27:20 itojun Exp $ */ /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> @@ -115,8 +115,6 @@ struct mbuf *pf_reassemble(struct mbuf **, struct pf_fragment *, struct mbuf *pf_fragcache(struct mbuf **, struct ip*, struct pf_fragment *, int, int, int *); u_int16_t pf_cksum_fixup(u_int16_t, u_int16_t, u_int16_t); -int pf_normalize_tcp(int, struct ifnet *, struct mbuf *, - int, int, void *, struct pf_pdesc *); int pf_normalize_tcpopt(struct pf_rule *, struct mbuf *, struct tcphdr *, int); |