Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7123
b: refs/heads/master
c: 395dde2
h: refs/heads/master
i:
  7121: a71ca2b
  7119: 6d56ee1
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Sep 6, 2005
1 parent e075c50 commit e705cf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 43d60661ac67c28b358f012d07587762074017fc
refs/heads/master: 395dde20fb06153feb65d79d7fe83eda41bf50e7
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nfnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,14 @@ static void nfnetlink_rcv(struct sock *sk, int len)
} while(nfnl && nfnl->sk_receive_queue.qlen);
}

void __exit nfnetlink_exit(void)
static void __exit nfnetlink_exit(void)
{
printk("Removing netfilter NETLINK layer.\n");
sock_release(nfnl->sk_socket);
return;
}

int __init nfnetlink_init(void)
static int __init nfnetlink_init(void)
{
printk("Netfilter messages via NETLINK v%s.\n", nfversion);

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nfnetlink_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ typedef int (*nfqnl_cmpfn)(struct nfqnl_queue_entry *, unsigned long);

static DEFINE_RWLOCK(instances_lock);

u_int64_t htonll(u_int64_t in)
static u_int64_t htonll(u_int64_t in)
{
u_int64_t out;
int i;
Expand Down

0 comments on commit e705cf6

Please sign in to comment.