<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/syscallcompat/unix2syscall_darwin.go, branch xattr_user_buffer</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2019-05-19T19:04:33+00:00</updated>
<entry>
<title>Fix unix2syscall_darwin.go build failure</title>
<updated>2019-05-19T19:04:33+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-05-19T19:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b1468a732fa26550f2a6f8a21cc7bd47b65a8c96'/>
<id>urn:sha1:b1468a732fa26550f2a6f8a21cc7bd47b65a8c96</id>
<content type='text'>
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 https://github.com/golang/sys/commit/87c872767d25fb96dfe96c794fd028b38a08440b#diff-4913a9178621eadcdf191db17915fbcb
</content>
</entry>
<entry>
<title>syscallcompat: add Darwin version of unix2syscall</title>
<updated>2017-12-05T23:18:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-12-05T23:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6beb45e5b74aa465136687f00f2b5a51bee90395'/>
<id>urn:sha1:6beb45e5b74aa465136687f00f2b5a51bee90395</id>
<content type='text'>
The "Atim" field is called "Atimespec" on Darwin,
same for Mtim and Ctim.
</content>
</entry>
</feed>
