Merge pull request #8 from moul/patch-1

Using proper value for SYS_SETNS
This commit is contained in:
Vish Ishaya 2015-06-30 14:44:43 -07:00
commit 493029407e
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
package netns
const (
SYS_SETNS = 374
SYS_SETNS = 375
)