mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-30 23:48:05 +02:00
systemd/trivial: adjust naming of include guard define
This commit is contained in:
parent
65884733ec
commit
32a847a61f
1 changed files with 3 additions and 3 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue