]> git.pld-linux.org Git - packages/systemd.git/blob - systemd-bug-87125.patch
- builds now
[packages/systemd.git] / systemd-bug-87125.patch
1 --- systemd/src/core/load-fragment.c~   2014-12-08 22:49:17.972350464 +0100
2 +++ systemd/src/core/load-fragment.c    2014-12-08 23:26:58.503614651 +0100
3 @@ -64,7 +64,6 @@
4  #include "seccomp-util.h"
5  #endif
6  
7 -#if !defined(HAVE_SYSV_COMPAT) || !defined(HAVE_SECCOMP) || !defined(HAVE_PAM) || !defined(HAVE_SELINUX) || !defined(HAVE_SMACK) || !defined(HAVE_APPARMOR)
8  int config_parse_warn_compat(
9                  const char *unit,
10                  const char *filename,
11 @@ -95,7 +94,6 @@ int config_parse_warn_compat(
12  
13          return 0;
14  }
15 -#endif
16  
17  int config_parse_unit_deps(const char *unit,
18                             const char *filename,
This page took 0.02695 seconds and 3 git commands to generate.