diff options
Diffstat (limited to 'gdb/gdbserver/low-sun3.c')
-rw-r--r-- | gdb/gdbserver/low-sun3.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/gdbserver/low-sun3.c b/gdb/gdbserver/low-sun3.c index e1e64b6..17a64b5 100644 --- a/gdb/gdbserver/low-sun3.c +++ b/gdb/gdbserver/low-sun3.c @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "defs.h" +#include "server.h" #include "<sys/wait.h>" #include "frame.h" #include "inferior.h" @@ -43,8 +43,6 @@ char *registers = my_registers; extern int sys_nerr; extern char **sys_errlist; extern int errno; -extern int inferior_pid; -void perror_with_name (); /* Start an inferior process and returns its pid. ALLARGS is a vector of program-name and args. */ |