commit | 8bf55bb058b63f1a22ceb245bfc0855e111b6f8d | [log] [tgz] |
---|---|---|
author | Nicolas LaCasse <nlacasse@google.com> | Fri Oct 10 15:04:21 2014 -0700 |
committer | Nicolas LaCasse <nlacasse@google.com> | Fri Oct 10 15:04:21 2014 -0700 |
tree | 6abe7e0e3b91f3cb48dc129701e3773c005790fe | |
parent | f47699bb477da3e1a46993b9850adbb4b8b5be03 [diff] |
veyron/lib/netconfig: Fix build tag in ipaux_other.go. Change-Id: I9ea49e078155c5c32562d459b105fef277757617
diff --git a/lib/netconfig/ipaux_other.go b/lib/netconfig/ipaux_other.go index 5345a8f..23496f0 100644 --- a/lib/netconfig/ipaux_other.go +++ b/lib/netconfig/ipaux_other.go
@@ -1,4 +1,4 @@ -// +build plan9 windows nacl +// +build !linux,!bsd // TODO(bprosnitz) Should change for nacl? package netconfig