Skip to content

Commit

Permalink
cmd/util_bsd: add BSD operating systems
Browse files Browse the repository at this point in the history
Even though we don't directly support BSD systems, it doesn't mean we can't
help them to build `lab` if the work is pretty small. This patch adds the
three officialy supported BSD OSes by golang to the cmd/util_bsd file, since
they are pretty close to what we need in lab from darwin (or the other way
around? :).

Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
  • Loading branch information
bmeneg committed May 20, 2021
1 parent 5f745da commit f63883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util_bsd.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file contains Darwin (MacOS) and *BSD specific calls.

// +build darwin
// +build freebsd openbsd dragonfly darwin

package cmd

Expand Down

0 comments on commit f63883f

Please sign in to comment.