mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Make this build again on -stable.
This commit is contained in:
parent
5935a74d57
commit
9437748b42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52120
20
net/trafcount/files/patch-module-trafcount.c
Normal file
20
net/trafcount/files/patch-module-trafcount.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- module/trafcount.c.orig Mon Dec 24 15:34:22 2001
|
||||
+++ module/trafcount.c Mon Dec 24 15:34:55 2001
|
||||
@@ -37,7 +37,7 @@
|
||||
static ip_fw_chk_t *trafcount_old_chk_ptr;
|
||||
static int trafcount_ip_fw_chk __P((struct ip **pip, int hlen,
|
||||
struct ifnet *oif, u_int16_t *cookie, struct mbuf **m,
|
||||
- struct ip_fw_chain **flow_id,
|
||||
+ struct ip_fw **flow_id,
|
||||
struct sockaddr_in **next_hop));
|
||||
|
||||
LIST_HEAD(rulechain_head, rulechain) trafcount_rulechain; /* defines the rule list */
|
||||
@@ -86,7 +86,7 @@
|
||||
static int
|
||||
trafcount_ip_fw_chk(struct ip **pip, int hlen,
|
||||
struct ifnet *oif, u_int16_t *cookie, struct mbuf **m,
|
||||
- struct ip_fw_chain **flow_id,
|
||||
+ struct ip_fw **flow_id,
|
||||
struct sockaddr_in **next_hop)
|
||||
{
|
||||
struct ip *ip = *pip;
|
Loading…
Reference in New Issue
Block a user