forked from mirror/afero
Fix OpenBSD build
This commit is contained in:
parent
a5d3e7c8ca
commit
91d2be079c
|
@ -10,7 +10,7 @@
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
// +build darwin
|
// +build darwin openbsd
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
// +build !darwin
|
// +build !darwin
|
||||||
|
// +build !openbsd
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue