summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-06-15 13:50:43 +0200
committerDaniel Mack <daniel@zonque.org>2015-06-15 14:08:02 +0200
commit12c2884c552de25bc9c6155cafff619f6c1766b3 (patch)
treefcd270f84ea6b4fcd90d8d4d15b1a045bd237c7b /src/nspawn
parentf430b07b72c6cc5aab43ddeba940b59bd0aaecc7 (diff)
firewall: rename fw-util.[ch] → firewall-util.[ch]
The names fw-util.[ch] are too ambiguous, better rename the files to firewall-util.[ch]. Also rename the test accordingly.
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 2fc5f2f595..c87956bb01 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -90,7 +90,7 @@
#include "machine-image.h"
#include "list.h"
#include "in-addr-util.h"
-#include "fw-util.h"
+#include "firewall-util.h"
#include "local-addresses.h"
#include "formats-util.h"
#include "process-util.h"