Fix OpenBSD build

This commit is contained in:
premysl 2016-01-30 18:29:33 +01:00
parent a5d3e7c8ca
commit 91d2be079c
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