From 964ae8cc391520440cf5aa13e2b9cc34850ea6c2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 26 Feb 2019 19:01:41 +0100 Subject: New upstream version 1.14.6 --- src/nm-test-utils-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nm-test-utils-core.h') diff --git a/src/nm-test-utils-core.h b/src/nm-test-utils-core.h index 5e89cb39..dbfe71ad 100644 --- a/src/nm-test-utils-core.h +++ b/src/nm-test-utils-core.h @@ -88,8 +88,8 @@ nmtst_platform_ip4_address_full (const char *address, const char *peer_address, { NMPlatformIP4Address *addr = nmtst_platform_ip4_address (address, peer_address, plen); - G_STATIC_ASSERT (IFNAMSIZ == sizeof (addr->label)); - g_assert (!label || strlen (label) < IFNAMSIZ); + G_STATIC_ASSERT (NMP_IFNAMSIZ == sizeof (addr->label)); + g_assert (!label || strlen (label) < NMP_IFNAMSIZ); addr->ifindex = ifindex; addr->addr_source = source; -- cgit 1.3.0-6-gf8a5 From 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 21 Apr 2019 21:09:51 +0200 Subject: New upstream version 1.18.0 --- src/nm-test-utils-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nm-test-utils-core.h') diff --git a/src/nm-test-utils-core.h b/src/nm-test-utils-core.h index dbfe71ad..7f8b3327 100644 --- a/src/nm-test-utils-core.h +++ b/src/nm-test-utils-core.h @@ -310,7 +310,7 @@ nmtst_platform_ip6_routes_equal_aptr (const NMPObject *const*a, const NMPlatform #ifdef __NETWORKMANAGER_IP4_CONFIG_H__ -#include "nm-utils/nm-dedup-multi.h" +#include "nm-glib-aux/nm-dedup-multi.h" static inline NMIP4Config * nmtst_ip4_config_new (int ifindex) @@ -324,7 +324,7 @@ nmtst_ip4_config_new (int ifindex) #ifdef __NETWORKMANAGER_IP6_CONFIG_H__ -#include "nm-utils/nm-dedup-multi.h" +#include "nm-glib-aux/nm-dedup-multi.h" static inline NMIP6Config * nmtst_ip6_config_new (int ifindex) -- cgit 1.3.0-6-gf8a5