mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
namespace: add missing 'const' to parameters
This commit is contained in:
@@ -424,9 +424,9 @@ int setup_namespace(
|
||||
char** read_write_dirs,
|
||||
char** read_only_dirs,
|
||||
char** inaccessible_dirs,
|
||||
char* tmp_dir,
|
||||
char* var_tmp_dir,
|
||||
char* bus_endpoint_path,
|
||||
const char* tmp_dir,
|
||||
const char* var_tmp_dir,
|
||||
const char* bus_endpoint_path,
|
||||
bool private_dev,
|
||||
ProtectHome protect_home,
|
||||
ProtectSystem protect_system,
|
||||
|
||||
@@ -44,9 +44,9 @@ typedef enum ProtectSystem {
|
||||
int setup_namespace(char **read_write_dirs,
|
||||
char **read_only_dirs,
|
||||
char **inaccessible_dirs,
|
||||
char *tmp_dir,
|
||||
char *var_tmp_dir,
|
||||
char *endpoint_path,
|
||||
const char *tmp_dir,
|
||||
const char *var_tmp_dir,
|
||||
const char *endpoint_path,
|
||||
bool private_dev,
|
||||
ProtectHome protect_home,
|
||||
ProtectSystem protect_system,
|
||||
|
||||
Reference in New Issue
Block a user