mirror of
https://github.com/containers/podman.git
synced 2025-07-18 10:08:07 +08:00
Merge pull request #15500 from dfr/freebsd-terminal
pkg/domain: Add terminal support for FreeBSD
This commit is contained in:
pkg/domain/infra/abi/terminal
@ -1,3 +1,6 @@
|
|||||||
|
//go:build linux || freebsd
|
||||||
|
// +build linux freebsd
|
||||||
|
|
||||||
package terminal
|
package terminal
|
||||||
|
|
||||||
import (
|
import (
|
3
pkg/domain/infra/abi/terminal/terminal_linux.go → pkg/domain/infra/abi/terminal/terminal_common.go
3
pkg/domain/infra/abi/terminal/terminal_linux.go → pkg/domain/infra/abi/terminal/terminal_common.go
@ -1,3 +1,6 @@
|
|||||||
|
//go:build linux || freebsd
|
||||||
|
// +build linux freebsd
|
||||||
|
|
||||||
package terminal
|
package terminal
|
||||||
|
|
||||||
import (
|
import (
|
@ -1,5 +1,5 @@
|
|||||||
//go:build !linux
|
//go:build !linux && !freebsd
|
||||||
// +build !linux
|
// +build !linux,!freebsd
|
||||||
|
|
||||||
package terminal
|
package terminal
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user