pkgsrc-wip/gdb6/patches/patch-inftarg_c
John R. Shannon 5cf93ea102 1) Added test target to Makefile
2) Added some patches that reduce the number of unexpected failures
   in testsuite
2004-05-07 08:50:17 +00:00

16 lines
388 B
Text

$NetBSD: patch-inftarg_c,v 1.1 2004/05/07 08:50:19 johnrshannon Exp $
--- gdb/inftarg.c.orig 2004-02-04 14:49:55.000000000 -0700
+++ gdb/inftarg.c
@@ -106,11 +106,7 @@ child_wait (ptid_t ptid, struct target_w
{
int save_errno;
int status;
- char *execd_pathname = NULL;
int exit_status;
- int related_pid;
- int syscall_id;
- enum target_waitkind kind;
int pid;
do