mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
[PATCH] udevinfo doesn't need to declare main_envp
This commit is contained in:
parent
274812b502
commit
ac4dc87465
@ -38,7 +38,6 @@
|
||||
|
||||
char **main_argv;
|
||||
int main_argc;
|
||||
char **main_envp;
|
||||
|
||||
static int print_all_attributes(const char *path)
|
||||
{
|
||||
@ -412,7 +411,6 @@ int main(int argc, char *argv[], char *envp[])
|
||||
|
||||
main_argv = argv;
|
||||
main_argc = argc;
|
||||
main_envp = envp;
|
||||
|
||||
/* initialize our configuration */
|
||||
udev_init_config();
|
||||
|
Loading…
x
Reference in New Issue
Block a user