networkd: fix typo

It's HAVE_SPLIT_USR not HAVE_SPLIT_USER
This commit is contained in:
Michael Olbrich 2014-03-14 18:19:29 +01:00 committed by Tom Gundersen
parent a86eae57ff
commit eed0eee85a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const char* const network_dirs[] = {
"/etc/systemd/network",
"/run/systemd/network",
"/usr/lib/systemd/network",
#ifdef HAVE_SPLIT_USER
#ifdef HAVE_SPLIT_USR
"/lib/systemd/network",
#endif
NULL};