summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-01-31 12:49:28 +0100
committerThomas Haller <thaller@redhat.com>2019-02-12 08:50:28 +0100
commit32a847a61f031813865199366318d047ca38c2f1 (patch)
tree6fa818feb140f60cb828bd1d01c78b01519f2b8b
parent65884733ecb07a3f9646c16f1f385d9fe7b7889c (diff)
downloadNetworkManager-32a847a61f031813865199366318d047ca38c2f1.tar.gz
systemd/trivial: adjust naming of include guard define
-rw-r--r--shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h b/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
index fd5adeb09e..a4f9ecd2e6 100644
--- a/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
+++ b/shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h
@@ -16,8 +16,8 @@
* Copyright (C) 2014 - 2018 Red Hat, Inc.
*/
-#ifndef __NM_SD_ADAPT_BASIC_H__
-#define __NM_SD_ADAPT_BASIC_H__
+#ifndef __NM_SD_ADAPT_SHARED_H__
+#define __NM_SD_ADAPT_SHARED_H__
#include "nm-default.h"
@@ -130,4 +130,4 @@ static inline pid_t gettid(void) {
/*****************************************************************************/
-#endif /* __NM_SD_ADAPT_BASIC_H__ */
+#endif /* __NM_SD_ADAPT_SHARED_H__ */