summaryrefslogtreecommitdiff
path: root/filesystems/libntfs/patches/patch-include_ntfs-3g_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/libntfs/patches/patch-include_ntfs-3g_compat.h')
-rw-r--r--filesystems/libntfs/patches/patch-include_ntfs-3g_compat.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/filesystems/libntfs/patches/patch-include_ntfs-3g_compat.h b/filesystems/libntfs/patches/patch-include_ntfs-3g_compat.h
new file mode 100644
index 00000000000..d31ae1cb0ef
--- /dev/null
+++ b/filesystems/libntfs/patches/patch-include_ntfs-3g_compat.h
@@ -0,0 +1,16 @@
+$NetBSD: patch-include_ntfs-3g_compat.h,v 1.1 2014/05/19 12:22:06 adam Exp $
+
+NetBSD-1.6.2 does not know about ENOTSUP.
+
+--- include/ntfs-3g/compat.h.orig 2013-01-13 06:46:35.000000000 +0000
++++ include/ntfs-3g/compat.h
+@@ -71,5 +71,9 @@ extern char *strsep(char **stringp, cons
+
+ #endif /* defined WINDOWS */
+
++#ifndef ENOTSUP
++#define ENOTSUP EINVAL
++#endif
++
+ #endif /* defined _NTFS_COMPAT_H */
+