From 7874bef34e1634ec98397331c5ce5a2cdfec61d5 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Sun, 5 Aug 2012 10:30:02 +1000 Subject: [PATCH] add bsds to osutil/restart_unix build rule Change-Id: If5e7f811ad8c656bcfa48f26c12f7ea59ddef830 --- pkg/osutil/restart_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/osutil/restart_unix.go b/pkg/osutil/restart_unix.go index 57ae0e9fd..7c1eb64b1 100644 --- a/pkg/osutil/restart_unix.go +++ b/pkg/osutil/restart_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin +// +build linux darwin freebsd netbsd openbsd /* Copyright 2012 The Camlistore Authors.