mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +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:
2
vendor/github.com/godbus/dbus/v5/variant_parser.go
generated
vendored
2
vendor/github.com/godbus/dbus/v5/variant_parser.go
generated
vendored
@@ -417,7 +417,6 @@ func (b boolNode) Value(sig Signature) (interface{}, error) {
|
||||
type arrayNode struct {
|
||||
set sigSet
|
||||
children []varNode
|
||||
val interface{}
|
||||
}
|
||||
|
||||
func (n arrayNode) Infer() (Signature, error) {
|
||||
@@ -574,7 +573,6 @@ type dictEntry struct {
|
||||
type dictNode struct {
|
||||
kset, vset sigSet
|
||||
children []dictEntry
|
||||
val interface{}
|
||||
}
|
||||
|
||||
func (n dictNode) Infer() (Signature, error) {
|
||||
|
||||
Reference in New Issue
Block a user