summaryrefslogtreecommitdiff
path: root/src/shutdown
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-05 17:47:06 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-08 13:41:13 +0100
commitc8715007e09898f3d517863c4d8b3249bee0b4ad (patch)
treef1bf26ce6c5d536dc46f8c810477181ead6eb9df /src/shutdown
parent3ec2ad35ba881f17bf4cbbb9bc07df9f53062335 (diff)
downloadsystemd-c8715007e09898f3d517863c4d8b3249bee0b4ad.tar.gz
basic,shared: move disable_coredumps() to coredump-util.[ch]
Diffstat (limited to 'src/shutdown')
-rw-r--r--src/shutdown/shutdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c
index 045ff9f418..906ebabbfc 100644
--- a/src/shutdown/shutdown.c
+++ b/src/shutdown/shutdown.c
@@ -19,6 +19,7 @@
#include "binfmt-util.h"
#include "cgroup-setup.h"
#include "cgroup-util.h"
+#include "coredump-util.h"
#include "def.h"
#include "errno-util.h"
#include "exec-util.h"