CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/02/13 06:31:21
Modified files:
sysutils/ntfs-3g: Makefile
sysutils/ntfs-3g/patches: patch-ntfsprogs_ntfsclone_c
Log message:
Drop bogus attempt to adapt the statfs code to OpenBSD
Our struct statfs doesn't have an f_type member and f_fstypename isn't
a drop-in replacement. The check performed in ntfs3g are Linux-specific
anyway. Dropping this chunk of code lets this build with clang 15.
Maintainer timeout.
