1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-22 15:57:07 +00:00
restic/zerrors_linux.go
Alexander Neumann 2428843faa Refactor
2014-08-11 22:47:24 +02:00

5 lines
174 B
Go

package khepri
// Add constant O_PATH missing from Go1.3, will be added to Go1.4 according to
// https://code.google.com/p/go/issues/detail?id=7830
const O_PATH = 010000000