another XXX: GCC uninitialized variable.

This commit is contained in:
christos 2006-05-14 01:31:14 +00:00
parent 9da0166ffa
commit e75e0ea2a7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ntpdc.c,v 1.7 2006/05/14 01:30:00 christos Exp $ */ /* $NetBSD: ntpdc.c,v 1.8 2006/05/14 01:31:14 christos Exp $ */
/* /*
* ntpdc - control and monitor your ntpd daemon * ntpdc - control and monitor your ntpd daemon
@ -1450,7 +1450,7 @@ help(
{ {
int i; int i;
int n; int n;
struct xcmd *xcp; struct xcmd *xcp = NULL; /* XXX: GCC */
char *cmd; char *cmd;
const char *cmdsort[100]; const char *cmdsort[100];
int length[100]; int length[100];