Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253391
b: refs/heads/master
c: d232b8d
h: refs/heads/master
i:
  253389: ddd07d7
  253387: 970c3ca
  253383: 1516756
  253375: a666078
v: v3
  • Loading branch information
Dave Jones authored and Pablo Neira Ayuso committed Jun 5, 2011
1 parent e8ae004 commit 7e95b98
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 88ed01d17b44bc2bed4ad4835d3b1099bff3dd71
refs/heads/master: d232b8dded624af3e346b13807a591c63b601c44
3 changes: 2 additions & 1 deletion trunk/net/ipv4/netfilter/ip_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ ipq_dev_drop(int ifindex)
static inline void
__ipq_rcv_skb(struct sk_buff *skb)
{
int status, type, pid, flags, nlmsglen, skblen;
int status, type, pid, flags;
unsigned int nlmsglen, skblen;
struct nlmsghdr *nlh;

skblen = skb->len;
Expand Down
3 changes: 2 additions & 1 deletion trunk/net/ipv6/netfilter/ip6_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ ipq_dev_drop(int ifindex)
static inline void
__ipq_rcv_skb(struct sk_buff *skb)
{
int status, type, pid, flags, nlmsglen, skblen;
int status, type, pid, flags;
unsigned int nlmsglen, skblen;
struct nlmsghdr *nlh;

skblen = skb->len;
Expand Down

0 comments on commit 7e95b98

Please sign in to comment.