16 lines
372 B
Text
16 lines
372 B
Text
$NetBSD: patch-aq,v 1.1 2005/10/20 17:48:49 wiz 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
|