chiark / gitweb /
core: do not use quotes around virt and arch
[elogind.git] / src / core / namespace.h
index 1f9d0676b437aecad26d547185a328cdc2f7321a..42b92e78035ffad44a10cb18904af2a32eaa07ca 100644 (file)
@@ -50,7 +50,7 @@ int setup_namespace(char **read_write_dirs,
                     bool private_dev,
                     ProtectHome protect_home,
                     ProtectSystem protect_system,
-                    unsigned mount_flags);
+                    unsigned long mount_flags);
 
 int setup_tmp_dirs(const char *id,
                   char **tmp_dir,