Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135832
b: refs/heads/master
c: 25d00fd
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh Rajput committed Feb 2, 2009
1 parent 8a93dcd commit 55173ed
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7e7f4eae28711fbb7f4d5e4b0aa3195776194bc1
refs/heads/master: 25d00fddf8d23234da2d45c051a14450939496d6
2 changes: 1 addition & 1 deletion trunk/include/linux/in6.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ struct in6_addr
* NOTE: Be aware the IN6ADDR_* constants and in6addr_* externals are defined
* in network byte order, not in host byte order as are the IPv4 equivalents
*/
#ifdef __KERNEL__
extern const struct in6_addr in6addr_any;
#define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
extern const struct in6_addr in6addr_loopback;
#define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
#ifdef __KERNEL__
extern const struct in6_addr in6addr_linklocal_allnodes;
#define IN6ADDR_LINKLOCAL_ALLNODES_INIT \
{ { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
Expand Down

0 comments on commit 55173ed

Please sign in to comment.