$NetBSD: patch-at,v 1.1 2005/10/20 17:48:49 wiz Exp $ --- gdb/mi/mi-cmd-env.c.orig 2004-01-18 18:20:12.000000000 -0700 +++ gdb/mi/mi-cmd-env.c @@ -126,7 +126,7 @@ mi_cmd_env_path (char *command, char **a static struct mi_opt opts[] = { {"r", RESET_OPT, 0}, - 0 + {0} }; dont_repeat (); @@ -198,7 +198,7 @@ mi_cmd_env_dir (char *command, char **ar static struct mi_opt opts[] = { {"r", RESET_OPT, 0}, - 0 + {0} }; dont_repeat ();