Update cri and docker vendors
Update cri and docker to recent commits for mips enablement Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
		
							
								
								
									
										10
									
								
								vendor/github.com/docker/docker/pkg/system/path_unix.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								vendor/github.com/docker/docker/pkg/system/path_unix.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
// +build !windows
 | 
			
		||||
 | 
			
		||||
package system // import "github.com/docker/docker/pkg/system"
 | 
			
		||||
 | 
			
		||||
// GetLongPathName converts Windows short pathnames to full pathnames.
 | 
			
		||||
// For example C:\Users\ADMIN~1 --> C:\Users\Administrator.
 | 
			
		||||
// It is a no-op on non-Windows platforms
 | 
			
		||||
func GetLongPathName(path string) (string, error) {
 | 
			
		||||
	return path, nil
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user