# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../udev/hotfix.patch # Copyright (C) 2020 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- ./src/mtd_probe/mtd_probe.h.vanilla 2020-02-15 16:22:21.689555318 +0000 +++ ./src/mtd_probe/mtd_probe.h 2020-02-15 16:22:33.133555318 +0000 @@ -18,6 +18,7 @@ */ #include +#include /* Full oob structure as written on the flash */ struct sm_oob { --- udev-182/Makefile.in.vanilla 2020-02-15 16:52:56.189555318 +0000 +++ udev-182/Makefile.in 2020-02-15 16:53:23.737555318 +0000 @@ -830,7 +830,7 @@ udev_common_LDADD = \ libudev-private.la \ $(BLKID_LIBS) \ - $(KMOD_LIBS) + $(KMOD_LIBS) -lrt udev_common_CPPFLAGS = \ $(AM_CPPFLAGS) \