diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-08-08 16:21:02 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-08-08 16:21:02 -0400 |
| commit | e4ddcb0a6bf04d53ce77b4eb87bbbb32c4261d11 (patch) | |
| tree | d27d2fea50a384d97aa2d0cf5c8657c916f761d4 /include/linux/ipv6.h | |
| parent | f2afa7711f8585ffc088ba538b9a510e0d5dca12 (diff) | |
| parent | 6e86841d05f371b5b9b86ce76c02aaee83352298 (diff) | |
Merge commit 'v2.6.27-rc1' into for-linus
Diffstat (limited to 'include/linux/ipv6.h')
| -rw-r--r-- | include/linux/ipv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 391ad0843a46..641e026eee8f 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
| @@ -123,6 +123,7 @@ struct ipv6hdr { | |||
| 123 | struct in6_addr daddr; | 123 | struct in6_addr daddr; |
| 124 | }; | 124 | }; |
| 125 | 125 | ||
| 126 | #ifdef __KERNEL__ | ||
| 126 | /* | 127 | /* |
| 127 | * This structure contains configuration options per IPv6 link. | 128 | * This structure contains configuration options per IPv6 link. |
| 128 | */ | 129 | */ |
| @@ -167,6 +168,7 @@ struct ipv6_devconf { | |||
| 167 | __s32 accept_dad; | 168 | __s32 accept_dad; |
| 168 | void *sysctl; | 169 | void *sysctl; |
| 169 | }; | 170 | }; |
| 171 | #endif | ||
| 170 | 172 | ||
| 171 | /* index values for the variables in ipv6_devconf */ | 173 | /* index values for the variables in ipv6_devconf */ |
| 172 | enum { | 174 | enum { |
