mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
test-nss: fix names of two defines
That's another bug fixed (sys/auxv.h was the first).
This commit is contained in:
parent
349cc4a507
commit
8e3e2f5f22
@ -453,10 +453,10 @@ static int parse_argv(int argc, char **argv,
|
||||
#if HAVE_MYHOSTNAME
|
||||
"myhostname",
|
||||
#endif
|
||||
#if HAVE_RESOLVED
|
||||
#if ENABLE_RESOLVED
|
||||
"resolve",
|
||||
#endif
|
||||
#if HAVE_MACHINED
|
||||
#if ENABLE_MACHINED
|
||||
"mymachines",
|
||||
#endif
|
||||
"dns",
|
||||
|
Loading…
Reference in New Issue
Block a user