summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-13 20:43:02 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-13 20:43:02 +0200
commitc27488016e0e90569260bc513fa95acbad512ff5 (patch)
treecbea6db8a7a9f7add96be5072e4f2053f5a956be /execute.h
parentba8c0bef6bbb3f8cb92e0bf381fbe5a84584506f (diff)
execute: make flags_fds() parameters const
Diffstat (limited to 'execute.h')
-rw-r--r--execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/execute.h b/execute.h
index d2ac4a82e0..0ed3ecd780 100644
--- a/execute.h
+++ b/execute.h
@@ -164,7 +164,7 @@ typedef enum ExitStatus {
int exec_spawn(ExecCommand *command,
const ExecContext *context,
- int *fds, unsigned n_fds,
+ int fds[], unsigned n_fds,
bool apply_permissions,
bool apply_chroot,
bool confirm_spawn,