mirror of
https://github.com/samba-team/samba.git
synced 2025-03-29 02:50:28 +03:00
fix for IRIX compilers
(This used to be commit b110f57e49bcb4e3c648020850ee18d1888b9152)
This commit is contained in:
parent
5f93b2dce4
commit
ee4d682115
@ -479,8 +479,8 @@ int main(int argc, char **argv)
|
||||
int opt;
|
||||
|
||||
poptContext pc;
|
||||
char *string_arg;
|
||||
int int_arg;
|
||||
static char *string_arg;
|
||||
static int int_arg;
|
||||
BOOL got_command = False;
|
||||
|
||||
struct poptOption long_options[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user