<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/syscallcompat/unix2syscall_linux.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>2018-02-03T12:42:49+00:00</updated>
<entry>
<title>Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203)</title>
<updated>2018-02-03T12:42:49+00:00</updated>
<author>
<name>Felix Lechner</name>
</author>
<published>2018-02-03T12:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5b986288cf0139a612710de728e82192d1f63fa2'/>
<id>urn:sha1:5b986288cf0139a612710de728e82192d1f63fa2</id>
<content type='text'>
$ go.gcc build
# github.com/rfjakob/gocryptfs/internal/syscallcompat
internal/syscallcompat/unix2syscall_linux.go:32:13: error: incompatible types in assignment (cannot use type int64 as type syscall.Timespec_sec_t)
  s.Atim.Sec = u.Atim.Sec
             ^</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>
