diff options
author | Thomas Haller <thaller@redhat.com> | 2019-04-14 13:36:32 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-04-18 19:17:23 +0200 |
commit | 0a6f21fb8d0f5450c6bc2f55188b5b1db92e0d1c (patch) | |
tree | da638417975faaf745c87df2d86bb6034e468b4d /shared/systemd | |
parent | e63f835deee13f87e0dc22e5c4efa5a1ee5444c9 (diff) | |
download | NetworkManager-0a6f21fb8d0f5450c6bc2f55188b5b1db92e0d1c.tar.gz |
shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils"
"shared/nm-utils" contains general purpose utility functions that only
depend on glib (and extend glib with some helper functions).
We will also add code that does not use glib, hence it would be good
if the part of "shared/nm-utils" that does not depend on glib, could be
used by these future projects.
Also, we use the term "utils" everywhere. While that covers the purpose
and content well, having everything called "nm-something-utils" is not
great. Instead, call this "nm-std-aux", inspired by "c-util/c-stdaux".
(cherry picked from commit b434b9ec0794fc62a2469445d17debf645ba24cc)
Diffstat (limited to 'shared/systemd')
-rw-r--r-- | shared/systemd/sd-adapt-shared/unaligned.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/systemd/sd-adapt-shared/unaligned.h b/shared/systemd/sd-adapt-shared/unaligned.h index 17dc04446c..ac1a6928c5 100644 --- a/shared/systemd/sd-adapt-shared/unaligned.h +++ b/shared/systemd/sd-adapt-shared/unaligned.h @@ -1,3 +1,3 @@ #pragma once -#include "nm-utils/unaligned.h" +#include "nm-std-aux/unaligned.h" |