File nm-64bit-timestamp.diff of Package NetworkManager
Index: src/system-settings/nm-default-wired-connection.c
===================================================================
--- src/system-settings.orig/nm-default-wired-connection.c
+++ src/system-settings/nm-default-wired-connection.c
@@ -163,7 +163,7 @@ constructor (GType type,
NM_SETTING_CONNECTION_AUTOCONNECT, TRUE,
NM_SETTING_CONNECTION_UUID, uuid,
NM_SETTING_CONNECTION_READ_ONLY, priv->read_only,
- NM_SETTING_CONNECTION_TIMESTAMP, time (NULL),
+ NM_SETTING_CONNECTION_TIMESTAMP, (guint64)time (NULL),
NULL);
g_free (id);