Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265545
b: refs/heads/master
c: 598aaff
h: refs/heads/master
i:
  265543: c069bca
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Aug 26, 2011
1 parent 17cb894 commit 365ca2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3828620bc0c2d055c3e66c075de4c2a609baec26
refs/heads/master: 598aaff2ee05c91728e5845956dd9754ed04315c
3 changes: 3 additions & 0 deletions trunk/include/linux/netfilter_decnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

/* only for userspace compatibility */
#ifndef __KERNEL__

#include <limits.h> /* for INT_MIN, INT_MAX */

/* IP Cache bits. */
/* Src IP address. */
#define NFC_DN_SRC 0x0001
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/netfilter_ipv4.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

/* only for userspace compatibility */
#ifndef __KERNEL__

#include <limits.h> /* for INT_MIN, INT_MAX */

/* IP Cache bits. */
/* Src IP address. */
#define NFC_IP_SRC 0x0001
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/netfilter_ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

/* only for userspace compatibility */
#ifndef __KERNEL__

#include <limits.h> /* for INT_MIN, INT_MAX */

/* IP Cache bits. */
/* Src IP address. */
#define NFC_IP6_SRC 0x0001
Expand Down

0 comments on commit 365ca2f

Please sign in to comment.