NetworkManager/src/platform
Dan Williams fb78b671d7 platform: fix lifetime/preferred type in _address_get_lifetime()
They are defined as gint32 but are assigned a guint32 value and
then immediately passed back to the caller of _address_get_lifetime()
as guint32.  They can never be negative, and may receive values
greater than G_MAXINT32, so they should be unsigned.
2014-11-05 12:44:59 -06:00
..
tests build: fix -Wstrict-prototypes warnings 2014-10-29 12:30:11 +01:00
wifi libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTES 2014-09-04 09:20:11 -04:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c core: Move NMPlatformSource to nm-types.h 2014-10-20 12:41:50 +02:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c build: fix -Wstrict-prototypes warnings 2014-10-29 12:30:11 +01:00
nm-linux-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-platform.c platform: fix lifetime/preferred type in _address_get_lifetime() 2014-11-05 12:44:59 -06:00
nm-platform.h core: add nm_utils_ip6_route_metric_normalize() function 2014-10-31 18:31:19 +01:00