* updated firefox (133.0.3 -> 134.0.2)
[t2sde.git] / package / boot / arcload / hotfix-grub_error.patch
bloba8009a029cc794f53a4c499fede5ef0bbc3f696f
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/arcload/hotfix-grub_error.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- ./arcgrub/xfs.c.vanilla 2024-12-05 13:30:29.793275123 +0100
15 +++ ./arcgrub/xfs.c 2024-12-05 13:30:49.103274978 +0100
16 @@ -193,7 +193,7 @@
17 return grub_errno;
19 if (grub_strncmp (inode->magic, "IN", 2))
20 - return grub_error (GRUB_ERR_BAD_FS, "not a correct XFS inode.\n");
21 + return grub_error (GRUB_ERR_BAD_FS, "not a correct XFS inode.");
23 return 0;
25 @@ -228,7 +228,7 @@
28 grub_error (GRUB_ERR_FILE_READ_ERROR,
29 - "xfs block %d for inode %d is not in an extent.\n",
30 + "xfs block %d for inode %d is not in an extent.",
31 fileblock, grub_be_to_cpu64 (node->ino));
32 return 0;