Marc Hoersken
|
a8478fc8d3
|
sockaddr.h: Fixed dereferencing pointer breakin strict-aliasing
Fixed warning: dereferencing pointer does break strict-aliasing rules
by using a union inside the struct Curl_sockaddr_storage declaration.
|
2012-06-26 21:24:29 +02:00 |
|
Daniel Stenberg
|
2309b4e330
|
remove the CVSish $Id$ lines
|
2010-03-24 11:02:54 +01:00 |
|
Yang Tse
|
4650732f4a
|
Update copyright year, to force CVS to update the $Id date string format
|
2009-05-18 12:25:45 +00:00 |
|
Daniel Stenberg
|
d58790af17
|
oops * 2
|
2005-11-12 22:13:20 +00:00 |
|
Daniel Stenberg
|
9ef7a13403
|
oops
|
2005-11-12 22:12:42 +00:00 |
|
Daniel Stenberg
|
a5da1219bb
|
Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage
struct instead to use.
|
2005-11-12 22:10:42 +00:00 |
|
Daniel Stenberg
|
37a6a0bb3e
|
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
in files that actually need the struct.
|
2005-11-11 22:04:11 +00:00 |
|