mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
core: Remove unnecessary typedef
ExecContext isn't used in this header file, and everything seems to build just fine without this typedef. The typedef doesn't really belong here, and at least my gcc-4.4.6 gives an error on type redefined.
This commit is contained in:
parent
cddf148028
commit
05b9b83ad3
@ -23,8 +23,6 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct ExecContext ExecContext;
|
||||
|
||||
int setup_tmpdirs(char **tmp_dir, char **var_tmp_dir);
|
||||
int setup_namespace(char **read_write_dirs,
|
||||
char **read_only_dirs,
|
||||
|
Loading…
Reference in New Issue
Block a user