13 lines
349 B
Text
13 lines
349 B
Text
$NetBSD: patch-aw,v 1.1 2005/10/20 17:48:49 wiz Exp $
|
|
|
|
--- gdb/mi/mi-getopt.c.orig 2003-04-02 15:10:35.000000000 -0700
|
|
+++ 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)
|