Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327797
b: refs/heads/master
c: ce9f3f3
h: refs/heads/master
i:
  327795: 0e71ae1
v: v3
  • Loading branch information
Jan Beulich authored and Pablo Neira Ayuso committed Sep 3, 2012
1 parent 4577826 commit 7fc332e
Show file tree
Hide file tree
Showing 2 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: 1c15b677097fc133cc23108d98e0f0846e94cd48
refs/heads/master: ce9f3f31efb88841e4df98794b13dbac8c4901da
4 changes: 2 additions & 2 deletions trunk/net/ipv4/netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ static const struct nf_afinfo nf_ip_afinfo = {
.route_key_size = sizeof(struct ip_rt_info),
};

static int ipv4_netfilter_init(void)
static int __init ipv4_netfilter_init(void)
{
return nf_register_afinfo(&nf_ip_afinfo);
}

static void ipv4_netfilter_fini(void)
static void __exit ipv4_netfilter_fini(void)
{
nf_unregister_afinfo(&nf_ip_afinfo);
}
Expand Down

0 comments on commit 7fc332e

Please sign in to comment.