mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
systemd: revert systemd commit 06e9788, see RedHat BZ1196417
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -Naur systemd-219/src/core/mount.c systemd-219.patch/src/core/mount.c
|
||||
--- systemd-219/src/core/mount.c 2015-02-03 02:00:06.169044215 +0100
|
||||
+++ systemd-219.patch/src/core/mount.c 2015-03-05 21:50:04.567090596 +0100
|
||||
@@ -300,7 +300,7 @@
|
||||
|
||||
assert(m);
|
||||
|
||||
- p = get_mount_parameters(m);
|
||||
+ p = get_mount_parameters_fragment(m);
|
||||
if (!p)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user