pkgsrc/devel/gdbada/patches/patch-as
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
355 B
Text

$NetBSD: patch-as,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
--- gdb/mi/mi-getopt.c.orig 2004-10-20 17:13:35.000000000 -0600
+++ gdb/mi/mi-getopt.c
@@ -82,7 +82,7 @@ mi_valid_noargs (const char *prefix, int
char *optarg;
static struct mi_opt opts[] =
{
- 0
+ {0}
};
if (mi_getopt (prefix, argc, argv, opts, &optind, &optarg) == -1)