* mark python sqlite DEP opt and update .cache
[t2sde.git] / package / filesystem / jfsutils / hotfix-paths.patch.musl
blobf49644d4284ec55d82684ee05a5ad64b4be13d95
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/jfsutils/hotfix-paths.patch.musl
3 # Copyright (C) 2022 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/libfs/fssubs.c.vanilla      2022-09-06 18:02:33.465163406 +0200
15 +++ jfsutils-1.1.15/libfs/fssubs.c      2022-09-06 18:02:42.955163559 +0200
16 @@ -24,6 +24,7 @@
17  #include <stdio.h>
18  #include <stdlib.h>
19  #include <string.h>
20 +#include <paths.h>
22  #if HAVE_MNTENT_H
23  #include <mntent.h>
24 @@ -31,7 +32,6 @@
25  #endif
27  #if HAVE_GETMNTINFO
28 -#include <paths.h>
29  #include <sys/param.h>
30  #include <sys/mount.h>
31  #endif