summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2003-08-31 17:33:17 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2003-08-31 17:33:17 -0700
commitf04f0b9c3eebd01778d303481b1eb6f458d135be (patch)
tree95d8a45bb450d461123db86cb09304578a27029a /include/net
parent5ef342f7d53e3fabc2978e917569c8e6f1cc752a (diff)
[IPV6]: linger member of ip6_flowlabel needs to be a long.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ipv6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 8aeb974d8592..18020987d369 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -193,7 +193,7 @@ struct ip6_flowlabel
struct in6_addr dst;
struct ipv6_txoptions *opt;
atomic_t users;
- u32 linger;
+ unsigned long linger;
u8 share;
u32 owner;
unsigned long lastuse;