Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenBSD support #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add OpenBSD support #104

wants to merge 2 commits into from

Commits on Jul 18, 2015

  1. Add support for OpenBSD

    This commit contains the following changes:
     * Rename *_freebsd.go -> *_bsd.go
     * Add build tag to *_bsd.go to build for FreeBSD and OpenBSD
     * Replace syscall.EPROTO with syscall.EIO, as the latter is the more
       portable error code. This change was inspired by sshfs, which
       introduced it in 2005 (release 1.4).
    fd0 committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    da6f9b8 View commit details
    Browse the repository at this point in the history
  2. wip

    fd0 committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    f02cc16 View commit details
    Browse the repository at this point in the history