]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/udev-208_remove_systemd_log.patch
Merge remote-tracking branch 'pmueller/temp-cleanup-orphaned-items' into next
[people/pmueller/ipfire-2.x.git] / src / patches / udev-208_remove_systemd_log.patch
diff --git a/src/patches/udev-208_remove_systemd_log.patch b/src/patches/udev-208_remove_systemd_log.patch
deleted file mode 100644 (file)
index 927de1e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur systemd-208.org/src/libudev/libudev-util.c systemd-208/src/libudev/libudev-util.c
---- systemd-208.org/src/libudev/libudev-util.c 2013-09-23 21:31:55.000000000 +0200
-+++ systemd-208/src/libudev/libudev-util.c     2013-11-19 23:18:10.326350131 +0100
-@@ -481,7 +481,7 @@
-         if (fd < 0)
-                 return -errno;
--        len = snprintf(text, sizeof(text), "<30>systemd-udevd[%u]: ", getpid());
-+        len = snprintf(text, sizeof(text), "udevd[%u]: ", getpid());
-         va_start(ap, fmt);
-         len += vsnprintf(text + len, sizeof(text) - len, fmt, ap);