This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
2120ed2363
moby--moby
/
libnetwork
/
drivers
/
bridge
/
netlink_deprecated_linux_notarm.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
Revert "add s390x arch build info at the netlink_deprecated_linux bridge driver" This reverts commit b042dbe3128333b2e0f1d1459f9a1c77a34c4f7c. The original commit breaks s390x, for example Docker build fails: * https://github.com/docker/docker/issues/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>
2016-09-09 17:51:30 +02:00
// +build !arm,!ppc64,!ppc64le
Updated Godeps Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-06-18 15:59:16 -07:00
Remove dependency on libcontainer Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-07-16 13:26:26 -07:00
package
bridge
Updated Godeps Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-06-18 15:59:16 -07:00
func
ifrDataByte
(
b
byte
)
int8
{
return
int8
(
b
)
}
Copy permalink