Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-03 | Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203) | Felix Lechner | |
$ 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 ^ | |||
2017-12-06 | syscallcompat: add Darwin version of unix2syscall | Jakob Unterwurzacher | |
The "Atim" field is called "Atimespec" on Darwin, same for Mtim and Ctim. |