b1468a732f
Error was
+GOOS=darwin
+GOARCH=amd64
+go build -tags without_openssl
# github.com/rfjakob/gocryptfs/internal/syscallcompat
internal/syscallcompat/unix2syscall_darwin.go:22:32: u.Atimespec undefined (type unix.Stat_t has no field or method Atimespec)
internal/syscallcompat/unix2syscall_darwin.go:23:32: u.Mtimespec undefined (type unix.Stat_t has no field or method Mtimespec)
internal/syscallcompat/unix2syscall_darwin.go:24:32: u.Ctimespec undefined (type unix.Stat_t has no field or method Ctimespec)
caused by
|
||
---|---|---|
.. | ||
emulate_test.go | ||
emulate.go | ||
getdents_linux.go | ||
getdents_other.go | ||
getdents_test.go | ||
helpers.go | ||
main_test.go | ||
open_nofollow_test.go | ||
open_nofollow.go | ||
sys_common_test.go | ||
sys_common.go | ||
sys_darwin.go | ||
sys_linux.go | ||
unix2syscall_darwin.go | ||
unix2syscall_linux.go |