iproute2/lib
Mike Frysinger 9ec0e899e1 dnet: fix strict aliasing warnings
Recent gcc doesn't like it when you cast char pointers to uint16_t
pointers and then dereference it.  So use memcpy() instead and let
gcc take care of optimizing things away (when appropriate).  This
should also fix alignment issues on arches where gcc packs the char
pointer tighter than 16bits.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-07-23 12:30:48 -07:00
..
Makefile iproute2: use -fPIC in lib/ 2009-12-01 16:17:59 -08:00
dnet_ntop.c dnet: fix strict aliasing warnings 2010-07-23 12:30:48 -07:00
dnet_pton.c dnet: fix strict aliasing warnings 2010-07-23 12:30:48 -07:00
inet_proto.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
ipx_ntop.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipx_pton.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
libnetlink.c libnetlink: Modify the parser to track first duplicated attributes 2010-03-03 16:33:28 -08:00
ll_addr.c iproute2: Format IPv6 tunnels endpoints nicely. 2007-06-19 16:29:05 -07:00
ll_map.c iproute2: fix addrlabel interface names handling 2010-05-13 09:23:46 -07:00
ll_proto.c Add support Controller Area Network 2009-03-27 11:21:29 -07:00
ll_types.c ip: correctly report tunnel link type 2010-03-29 15:03:19 -07:00
rt_names.c Add DHCP as routing protocol 2009-03-18 13:33:12 -07:00
utils.c Remove Changes: comments 2009-12-01 15:49:48 -08:00