# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/overlay-tools/hotfix-xattr.patch # Copyright (C) 2022 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- overlayfs-tools-291c7f4/logic.c.vanilla 2022-01-30 19:06:38.717412282 +0100 +++ overlayfs-tools-291c7f4/logic.c 2022-01-30 19:07:04.522411253 +0100 @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include #include --- overlayfs-tools-291c7f4/main.c.vanilla 2022-01-30 19:06:38.715412282 +0100 +++ overlayfs-tools-291c7f4/main.c 2022-01-30 19:06:43.021412110 +0100 @@ -13,7 +13,7 @@ #include #include #include -#include +#include #ifndef _SYS_STAT_H #include #endif