From: relan Date: Sat, 31 Mar 2018 17:53:12 +0000 (+0300) Subject: Exclude OpenBSD from the list of supported operating systems. X-Git-Tag: android-x86-9.0-r1~29 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-exfat.git;a=commitdiff_plain;h=24f2fee2f4d9cb56c35bf262681d41d55effc730 Exclude OpenBSD from the list of supported operating systems. OpenBSD's fuse_main() fails with "unknown option ..." when options string is non-empty. We could live with this if it accepted at least "ro", but it doesn't. --- diff --git a/README.md b/README.md index 60d5c71..e629fb7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ Supported operating systems: * GNU/Linux * Mac OS X 10.5 or later -* OpenBSD Most GNU/Linux distributions already have fuse-exfat and exfat-utils in their repositories, so you can just install and use them. The next chapter describes how to compile them from source.