pkgsrc/devel/gdbada/patches/patch-ax
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

13 lines
280 B
Text

$NetBSD: patch-ax,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
--- gdb/ser-pipe.c.orig 2004-10-20 17:12:32.000000000 -0600
+++ gdb/ser-pipe.c
@@ -132,8 +132,6 @@ pipe_close (struct serial *scb)
}
}
-static struct serial_ops pipe_ops;
-
void
_initialize_ser_pipe (void)
{