Remove broken and redundant declarations.
This commit is contained in:
parent
22d6d0d419
commit
484911d7d5
|
@ -8,7 +8,7 @@
|
|||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)i386bsd-dep.c 6.10 (Berkeley) 6/26/91";*/
|
||||
static char rcsid[] = "$Id: i386bsd-dep.c,v 1.5 1993/12/15 00:52:27 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: i386bsd-dep.c,v 1.6 1994/01/28 02:12:24 mycroft Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/* Low level interface to ptrace, for GDB when running on the Intel 386.
|
||||
|
@ -430,8 +430,6 @@ write_inferior_memory(memaddr, myaddr, len)
|
|||
#define AOUTHDR struct exec
|
||||
#endif
|
||||
|
||||
extern char *sys_siglist[];
|
||||
|
||||
|
||||
/* Hook for `exec_file_command' command to call. */
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)core.c 6.3 (Berkeley) 5/8/91";*/
|
||||
static char rcsid[] = "$Id: core.c,v 1.3 1993/08/01 18:47:22 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: core.c,v 1.4 1994/01/28 02:12:02 mycroft Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/* Work with core dump and executable files, for GDB.
|
||||
|
@ -79,8 +79,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#endif
|
||||
#endif
|
||||
|
||||
extern char *sys_siglist[];
|
||||
|
||||
extern core_file_command (), exec_file_command ();
|
||||
|
||||
/* Hook for `exec_file_command' command to call. */
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)infrun.c 6.4 (Berkeley) 5/8/91";*/
|
||||
static char rcsid[] = "$Id: infrun.c,v 1.2 1993/08/01 18:47:49 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: infrun.c,v 1.3 1994/01/28 02:17:44 mycroft Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/* Start and stop the inferior process, for GDB.
|
||||
|
@ -161,7 +161,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* Needed by IN_SIGTRAMP on some machines (e.g. vax). */
|
||||
#include <sys/user.h>
|
||||
|
||||
extern char *sys_siglist[];
|
||||
extern int errno;
|
||||
|
||||
/* Sigtramp is a routine that the kernel calls (which then calls the
|
||||
|
|
Loading…
Reference in New Issue