mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-03 15:47:35 -04:00
unix: add *xattr functions on NetBSD
Reuse the functions added for FreeBSD. Change-Id: Icf5bf65c82f91147659947f6ea296dd2555724a0 Reviewed-on: https://go-review.googlesource.com/128256 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
57f5ac0287
commit
f0d5e33068
+1
-1
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin freebsd linux
|
||||
// +build darwin freebsd linux netbsd
|
||||
|
||||
package unix_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user