Merge pull request #65 from pjanouch/master

Fix OpenBSD build
This commit is contained in:
Martin Bertschler 2016-01-30 21:43:17 +01:00
commit 95ab1d42de
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// +build darwin
// +build darwin openbsd
package afero

View File

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !darwin
// +build !openbsd
package afero