* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git] / package / filesystem / jfsutils / hotfix-basename.patch.musl
blob4f207332d6379798851dbed5f93dd49cabcdec33
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/jfsutils/hotfix-basename.patch.musl
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 --- jfsutils-1.1.15/fsck/fsck_message.c.vanilla 2024-07-25 12:54:38.270788213 +0200
15 +++ jfsutils-1.1.15/fsck/fsck_message.c 2024-07-25 12:54:49.339788079 +0200
16 @@ -3,6 +3,8 @@
17  #include <stdio.h>
18  #include <stdarg.h>
19  #include <string.h>
20 +#include <libgen.h>
22  #include "fsck_message.h"
23  #include "fsckwsp.h"
24  #include "jfs_endian.h"
25 --- jfsutils-1.1.15/fscklog/fscklog.c.vanilla   2024-07-25 12:55:03.036787914 +0200
26 +++ jfsutils-1.1.15/fscklog/fscklog.c   2024-07-25 12:55:10.849787820 +0200
27 @@ -70,6 +70,7 @@
28  #include <stdarg.h>
29  #include <stdlib.h>
30  #include <unistd.h>
31 +#include <libgen.h>
33  #include "jfs_version.h"
34  #include "jfs_fscklog.h"