mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Merge pull request #652 from unclejack/fix-compilation-on-linux
fix compilation on linux Upstream-commit: 0bb54813d43728f93f41ef4cf015a62ec95d102c Component: engine
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
type Utsname syscall.Utsname
|
||||
|
||||
func uname() (*Utsname, error) {
|
||||
func uname() (*syscall.Utsname, error) {
|
||||
uts := &syscall.Utsname{}
|
||||
|
||||
if err := syscall.Uname(uts); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user