1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
4 # T2 SDE: package/.../ntfs-3g/glibc.patch
5 # Copyright (C) 2020 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ntfs-3g_ntfsprogs-2014.2.15/src/lowntfs-3g.c.vanilla 2020-03-20 12:16:04.449677073 +0100
18 +++ ntfs-3g_ntfsprogs-2014.2.15/src/lowntfs-3g.c 2020-03-20 12:16:21.441677081 +0100
20 #include <sys/mkdev.h>
23 +#include <sys/sysmacros.h>
25 #if defined(__APPLE__) || defined(__DARWIN__)
26 #include <sys/dirent.h>
27 #endif /* defined(__APPLE__) || defined(__DARWIN__) */
28 --- ntfs-3g_ntfsprogs-2014.2.15/src/ntfs-3g.c.vanilla 2020-03-20 12:16:32.017677087 +0100
29 +++ ntfs-3g_ntfsprogs-2014.2.15/src/ntfs-3g.c 2020-03-20 12:16:45.129677093 +0100
31 #include <sys/mkdev.h>
34 +#include <sys/sysmacros.h>
36 #if defined(__APPLE__) || defined(__DARWIN__)
37 #include <sys/dirent.h>
38 #endif /* defined(__APPLE__) || defined(__DARWIN__) */