From 71dc91db0ff711c39fbf86ca9425c65442e40b57 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Sat, 24 Aug 2013 01:18:04 +1000 Subject: all: compiler/bootstrap for dragonfly/amd64 Add dragonfly/amd64 support to the Go compiler, bootstrap and GOOS list. R=devon.odell, bradfitz CC=golang-dev https://golang.org/cl/12796050 --- src/lib9/tempdir_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9/tempdir_unix.c') diff --git a/src/lib9/tempdir_unix.c b/src/lib9/tempdir_unix.c index 99a7092b68..3ce87751b2 100644 --- a/src/lib9/tempdir_unix.c +++ b/src/lib9/tempdir_unix.c @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin freebsd linux netbsd openbsd +// +build darwin dragonfly freebsd linux netbsd openbsd #include #include -- cgit v1.2.1