
full diff: https://github.com/opencontainers/runc/compare/v1.0.0-rc92...v1.0.0-rc93 also removes dependency on libcontainer/configs Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 lines
75 B
Go
6 lines
75 B
Go
package devices
|
|
|
|
func (d *Rule) Mkdev() (uint64, error) {
|
|
return 0, nil
|
|
}
|