Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130872
b: refs/heads/master
c: 0afd4a2
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Feb 2, 2009
1 parent c167359 commit 0e48a56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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: f9e6934502e46c363100245f137ddf0f4b1cb574
refs/heads/master: 0afd4a21ba7d75e93fa79cf05d7a21774e149c0f
2 changes: 1 addition & 1 deletion trunk/include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ header-y += if_ppp.h
header-y += if_slip.h
header-y += if_strip.h
header-y += if_tun.h
header-y += if_tunnel.h
header-y += in_route.h
header-y += ioctl.h
header-y += ip6_tunnel.h
Expand Down Expand Up @@ -235,6 +234,7 @@ unifdef-y += if_phonet.h
unifdef-y += if_pppol2tp.h
unifdef-y += if_pppox.h
unifdef-y += if_tr.h
unifdef-y += if_tunnel.h
unifdef-y += if_vlan.h
unifdef-y += igmp.h
unifdef-y += inet_diag.h
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/if_tunnel.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#define _IF_TUNNEL_H_

#include <linux/types.h>

#ifdef __KERNEL__
#include <linux/ip.h>
#endif

#define SIOCGETTUNNEL (SIOCDEVPRIVATE + 0)
#define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1)
Expand Down

0 comments on commit 0e48a56

Please sign in to comment.