mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-04 12:51:33 +00:00
8 lines
89 B
Go
8 lines
89 B
Go
// +build !arm,!ppc64
|
|
|
|
package bridge
|
|
|
|
func ifrDataByte(b byte) int8 {
|
|
return int8(b)
|
|
}
|