Skip to content

Commit

Permalink
Add support for dragonflybsd
Browse files Browse the repository at this point in the history
  • Loading branch information
cgag committed Aug 13, 2016
1 parent 5012f7c commit 63af091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go-fuzz-dep/sys_posix.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2015 Dmitry Vyukov. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

// +build darwin linux freebsd
// +build darwin linux freebsd dragonfly
// +build gofuzz

package gofuzzdep
Expand Down
2 changes: 1 addition & 1 deletion go-fuzz/sys_posix.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2015 Dmitry Vyukov. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

// +build darwin linux freebsd
// +build darwin linux freebsd dragonfly

package main

Expand Down

0 comments on commit 63af091

Please sign in to comment.