forked from toolshed/abra
chore: bump deps
This commit is contained in:
9
vendor/github.com/moby/go-archive/dev_freebsd.go
generated
vendored
Normal file
9
vendor/github.com/moby/go-archive/dev_freebsd.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
//go:build freebsd
|
||||
|
||||
package archive
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
func mknod(path string, mode uint32, dev uint64) error {
|
||||
return unix.Mknod(path, mode, dev)
|
||||
}
|
Reference in New Issue
Block a user