OSDN Git Service

Exclude OpenBSD from the list of supported operating systems.
authorrelan <relan@users.noreply.github.com>
Sat, 31 Mar 2018 17:53:12 +0000 (20:53 +0300)
committerrelan <relan@users.noreply.github.com>
Sat, 31 Mar 2018 17:54:55 +0000 (20:54 +0300)
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.

README.md

index 60d5c71..e629fb7 100644 (file)
--- 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.