pkgsrc/devel/gdbada/patches/patch-am
shannonjr 683026dd08 Update to gdbada-6.3. This is a version of GDB, maintained by AdaCore,
where Ada support has been added. Most of these changes are not part
of the official sources yet. The source used in this port is a snapshot
of AdaCore's CVS repository.
2005-11-13 14:16:05 +00:00

16 lines
378 B
Text

$NetBSD: patch-am,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
--- gdb/inftarg.c.orig 2005-04-26 16:57:32.000000000 -0600
+++ gdb/inftarg.c
@@ -100,11 +100,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