Bug fixes
[lxc-userspace.git] / setns.c
diff --git a/setns.c b/setns.c
index fded30b..c40d52b 100644 (file)
--- a/setns.c
+++ b/setns.c
@@ -33,7 +33,7 @@ static PyObject *
 proc_mount(PyObject *self, PyObject *args)
 {
     int sts; 
-    sts = mount("none","/proc","procfs",0,NULL);
+    sts = mount("none","/proc","proc",0,NULL);
 
     return Py_BuildValue("i", sts);
 }