diff options
Diffstat (limited to 'sysdep/unix/main.c')
-rw-r--r-- | sysdep/unix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 1d258f4c..2c7e3cef 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -658,7 +658,7 @@ signal_init(void) */ static char *opt_list = "bc:dD:ps:P:u:g:flRh"; -static int parse_and_exit; +int parse_and_exit; char *bird_name; static char *use_user; static char *use_group; |