mirror of
https://github.com/containers/podman.git
synced 2025-12-08 14:48:48 +08:00
vendor github.com/godbus/dbus/v5@4b691ce
This pulls in https://github.com/godbus/dbus/pull/332 allowing dbus to build without cgo on FreeBSD. This will allow freebsd targets in the cross build. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
3
vendor/github.com/godbus/dbus/v5/call.go
generated
vendored
3
vendor/github.com/godbus/dbus/v5/call.go
generated
vendored
@@ -2,11 +2,8 @@ package dbus
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
)
|
||||
|
||||
var errSignature = errors.New("dbus: mismatched signature")
|
||||
|
||||
// Call represents a pending or completed method call.
|
||||
type Call struct {
|
||||
Destination string
|
||||
|
||||
Reference in New Issue
Block a user