Commit 24b6b71a authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fix Linux compile.

parent 7730a211
......@@ -109,11 +109,6 @@ func sysListxattr(path string, dest []byte) (sz int, err error) {
return
}
func sysSetxattr(path string, attr string, val, flag) error {
func sysSetxattr(path string, attr string, val []byte, flag int) error {
return syscall.Setxattr(path, attr, val, flag)
}
func sysRemovexattr(path string, attr string) error {
return syscall.Removexattr(path, attr)
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment