diff options
| author | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
| commit | b74b953b998bcc2db91b694446f3a2619ec32de6 (patch) | |
| tree | 6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /net/core/utils.c | |
| parent | abb438526201c6a79949ad45375c051b6681c253 (diff) | |
| parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff) | |
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c
(commit eda603f).
Diffstat (limited to 'net/core/utils.c')
| -rw-r--r-- | net/core/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/core/utils.c b/net/core/utils.c index 838250241d26..f41854470539 100644 --- a/net/core/utils.c +++ b/net/core/utils.c | |||
| @@ -77,7 +77,6 @@ __be32 in_aton(const char *str) | |||
| 77 | } | 77 | } |
| 78 | return(htonl(l)); | 78 | return(htonl(l)); |
| 79 | } | 79 | } |
| 80 | |||
| 81 | EXPORT_SYMBOL(in_aton); | 80 | EXPORT_SYMBOL(in_aton); |
| 82 | 81 | ||
| 83 | #define IN6PTON_XDIGIT 0x00010000 | 82 | #define IN6PTON_XDIGIT 0x00010000 |
| @@ -162,7 +161,6 @@ out: | |||
| 162 | *end = s; | 161 | *end = s; |
| 163 | return ret; | 162 | return ret; |
| 164 | } | 163 | } |
| 165 | |||
| 166 | EXPORT_SYMBOL(in4_pton); | 164 | EXPORT_SYMBOL(in4_pton); |
| 167 | 165 | ||
| 168 | int in6_pton(const char *src, int srclen, | 166 | int in6_pton(const char *src, int srclen, |
| @@ -280,7 +278,6 @@ out: | |||
| 280 | *end = s; | 278 | *end = s; |
| 281 | return ret; | 279 | return ret; |
| 282 | } | 280 | } |
| 283 | |||
| 284 | EXPORT_SYMBOL(in6_pton); | 281 | EXPORT_SYMBOL(in6_pton); |
| 285 | 282 | ||
| 286 | void inet_proto_csum_replace4(__sum16 *sum, struct sk_buff *skb, | 283 | void inet_proto_csum_replace4(__sum16 *sum, struct sk_buff *skb, |
