| Index: sim/erc32/interf.c
|
| diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c
|
| index d869cd587cd56960319c3c577e700e315ce393a7..e2db44ea7fbf4e3f5e617e85d52ba313834ef934 100644
|
| --- a/sim/erc32/interf.c
|
| +++ b/sim/erc32/interf.c
|
| @@ -6,7 +6,7 @@
|
| *
|
| * This program is free software; you can redistribute it and/or modify it under
|
| * the terms of the GNU General Public License as published by the Free
|
| - * Software Foundation; either version 2 of the License, or (at your option)
|
| + * Software Foundation; either version 3 of the License, or (at your option)
|
| * any later version.
|
| *
|
| * This program is distributed in the hope that it will be useful, but WITHOUT
|
| @@ -15,11 +15,11 @@
|
| * more details.
|
| *
|
| * You should have received a copy of the GNU General Public License along with
|
| - * this program; if not, write to the Free Software Foundation, Inc., 675
|
| - * Mass Ave, Cambridge, MA 02139, USA.
|
| + * this program; if not, see <http://www.gnu.org/licenses/>.
|
| *
|
| */
|
|
|
| +#include "config.h"
|
| #include <signal.h>
|
| #include <string.h>
|
| #include <stdio.h>
|
| @@ -485,7 +485,7 @@ sim_do_command(sd, cmd)
|
| }
|
|
|
| char **
|
| -sim_complete_command (SIM_DESC sd, char *text, char *word)
|
| +sim_complete_command (SIM_DESC sd, const char *text, const char *word)
|
| {
|
| return NULL;
|
| }
|
|
|