mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
rename to setids_unix.go and adjust build directives accordingly
This commit is contained in:
parent
b299d7e36b
commit
334a7ac23d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// +build !linux,!darwin,!freebsd,!openbsd
|
// +build !unix
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build linux darwin freebsd openbsd
|
// +build unix
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue