Skip to content

Commit 757ea83

Browse files
author
Michael Holzheu
committed
Revert "add s390x arch build info at the netlink_deprecated_linux bridge driver"
This reverts commit 8c72dab. The original commit breaks s390x, for example Docker build fails: * moby/moby#26440 As discussed in the above issue: Even though char is unsigned by default on s390x, (gcc)go forces the type of RawSockaddr.Data to be signed. It makes no practical difference if these fields are signed or unsigned, it's just an API issue. The (assumed) reason for the original commit: For a while RawSockaddr.Data was unsigned during development of the gcc s390x port (not in an upstream release though). Probably the patch has been developed in this time frame. Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
1 parent a81e78b commit 757ea83

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

drivers/bridge/netlink_deprecated_linux_notarm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !arm,!ppc64,!ppc64le,!s390x
1+
// +build !arm,!ppc64,!ppc64le
22

33
package bridge
44

drivers/bridge/netlink_deprecated_linux_s390x.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)