summaryrefslogtreecommitdiff
path: root/shared/nm-utils/nm-compat.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-11-20 17:02:42 +0100
committerThomas Haller <thaller@redhat.com>2017-11-22 10:34:34 +0100
commit4833466c2413b0236e882ea3abf1e5033cf57d79 (patch)
treeae281c88a0443e95fcfb357233a498565903a796 /shared/nm-utils/nm-compat.c
parent48afb884075d4d4dc816d5e1bfc9ea89c0f66258 (diff)
downloadNetworkManager-4833466c2413b0236e882ea3abf1e5033cf57d79.tar.gz
shared: add nm-utils/nm-compat.h
Diffstat (limited to 'shared/nm-utils/nm-compat.c')
-rw-r--r--shared/nm-utils/nm-compat.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/shared/nm-utils/nm-compat.c b/shared/nm-utils/nm-compat.c
new file mode 100644
index 0000000000..21d7e14c67
--- /dev/null
+++ b/shared/nm-utils/nm-compat.c
@@ -0,0 +1,25 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+/* NetworkManager -- Network link manager
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA.
+ *
+ * (C) Copyright 2017 Red Hat, Inc.
+ */
+
+#include "nm-default.h"
+
+#include "nm-compat.h"
+