17 lines
388 B
Text
17 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
|