X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote-fileio.c;h=7450e84860287946dd1a10f4f66695013e1f416a;hb=746ebfe8dd7aa7d9ec8e9651871f6e11fbf14537;hp=df470fd86dfd5989ae435a74ab974df5b67b3828;hpb=400b5eca00033a782467d28b23392b9cf428c2b1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index df470fd86d..7450e84860 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -1295,15 +1295,15 @@ show_system_call_allowed (const char *args, int from_tty) } void -initialize_remote_fileio (struct cmd_list_element *remote_set_cmdlist, - struct cmd_list_element *remote_show_cmdlist) +initialize_remote_fileio (struct cmd_list_element **remote_set_cmdlist, + struct cmd_list_element **remote_show_cmdlist) { add_cmd ("system-call-allowed", no_class, set_system_call_allowed, _("Set if the host system(3) call is allowed for the target."), - &remote_set_cmdlist); + remote_set_cmdlist); add_cmd ("system-call-allowed", no_class, show_system_call_allowed, _("Show if the host system(3) call is allowed for the target."), - &remote_show_cmdlist); + remote_show_cmdlist); }