Index: head/sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go =================================================================== --- head/sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go (nonexistent) +++ head/sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go (revision 494653) @@ -0,0 +1,11 @@ +--- vendor/github.com/docker/docker/pkg/system/mknod.go.orig 2019-03-01 16:45:25 UTC ++++ vendor/github.com/docker/docker/pkg/system/mknod.go +@@ -9,7 +9,7 @@ import ( + // Mknod creates a filesystem node (file, device special file or named pipe) named path + // with attributes specified by mode and dev. + func Mknod(path string, mode uint32, dev int) error { +- return syscall.Mknod(path, mode, dev) ++ return syscall.Mknod(path, mode, uint64(dev)) + } + + // Mkdev is used to build the value of linux devices (in /dev/) which specifies major Property changes on: head/sysutils/ctop/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property