systemd: merge branch systemd into master

This commit is contained in:
Thomas Haller
2019-07-26 14:47:35 +02:00
58 changed files with 491 additions and 197 deletions

View File

@@ -30,6 +30,8 @@ int extract_first_word(const char **p, char **ret, const char *separators, Extra
assert(p);
assert(ret);
/* Those two don't make sense together. */
assert(!FLAGS_SET(flags, EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE));
/* Bail early if called after last value or with no input */
if (!*p)