From 6c7ca6e4d4e26e4c8cbe0d183966011b3b088a0a Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Thu, 6 Oct 2011 09:35:45 +0200 Subject: Imported Upstream version 2011.09.21 --- src/pkg/net/interface_bsd.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pkg/net/interface_bsd.go') diff --git a/src/pkg/net/interface_bsd.go b/src/pkg/net/interface_bsd.go index 2675f94b9..9171827d2 100644 --- a/src/pkg/net/interface_bsd.go +++ b/src/pkg/net/interface_bsd.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build darwin freebsd openbsd + // Network interface identification for BSD variants package net -- cgit v1.2.3