mirror of https://github.com/vishvananda/netns
Merge pull request #8 from moul/patch-1
Using proper value for SYS_SETNS
This commit is contained in:
commit
493029407e
|
@ -3,5 +3,5 @@
|
|||
package netns
|
||||
|
||||
const (
|
||||
SYS_SETNS = 374
|
||||
SYS_SETNS = 375
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue