Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58971
b: refs/heads/master
c: 170b197
h: refs/heads/master
i:
  58969: 7475d61
  58967: f2ce8d8
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Jul 11, 2007
1 parent faef34c commit 6a89004
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a47362a226456d8db8207e618324a2278d05d3a7
refs/heads/master: 170b197c0afc621179f0f82284e331e3c252b7cf
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ipt_MASQUERADE.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ masquerade_target(struct sk_buff **pskb,
return nf_nat_setup_info(ct, &newrange, hooknum);
}

static inline int
static int
device_cmp(struct nf_conn *i, void *ifindex)
{
const struct nf_conn_nat *nat = nfct_nat(i);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/nf_nat_rule.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static bool ipt_dnat_checkentry(const char *tablename,
return true;
}

inline unsigned int
unsigned int
alloc_null_binding(struct nf_conn *ct, unsigned int hooknum)
{
/* Force range to this IP; let proto decide mapping for
Expand Down

0 comments on commit 6a89004

Please sign in to comment.