diff --git a/background_check_openbsd.go b/background_check_openbsd.go index 04fde4a5b..b3186ddd7 100644 --- a/background_check_openbsd.go +++ b/background_check_openbsd.go @@ -4,7 +4,7 @@ import ( "fmt" ) -func openTTY() (packer.TTY, error) { +func checkProcess(currentPID int) (bool, error) { return false, fmt.Errorf("cannot determine if process is backgrounded in " + "openbsd") }