From a20603090fe51ca3ca17081f8b576f687f5d87d1 Mon Sep 17 00:00:00 2001 From: Ivan Markin Date: Fri, 12 Oct 2018 21:51:10 +0000 Subject: [PATCH] archive: add support for OpenBSD Signed-off-by: Ivan Markin --- archive/time_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/time_unix.go b/archive/time_unix.go index 4a69cb7d0..53d655be4 100644 --- a/archive/time_unix.go +++ b/archive/time_unix.go @@ -1,4 +1,4 @@ -// +build linux freebsd solaris +// +build freebsd linux openbsd solaris /* Copyright The containerd Authors.