mirror of
https://gogs.blitter.com/RLabs/goutmp
synced 2024-08-14 19:26:41 +00:00
More fixes to +build constraints (oops, freebsd not bsd)
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
74d785142e
commit
c3193d4a77
3 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// +build bsd
|
// +build freebsd
|
||||||
|
|
||||||
// Golang bindings for basic login/utmp accounting
|
// Golang bindings for basic login/utmp accounting
|
||||||
package goutmp
|
package goutmp
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build bsd
|
// +build freebsd
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build linux
|
// +build linux
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue