Module Name:    src
Committed By:   christos
Date:           Fri May  3 00:01:15 UTC 2013

Modified Files:
        src/sbin/ccdconfig: ccdconfig.c

Log Message:
Hi broken vax gcc!


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sbin/ccdconfig/ccdconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/ccdconfig/ccdconfig.c
diff -u src/sbin/ccdconfig/ccdconfig.c:1.52 src/sbin/ccdconfig/ccdconfig.c:1.53
--- src/sbin/ccdconfig/ccdconfig.c:1.52	Sat Apr 27 13:12:36 2013
+++ src/sbin/ccdconfig/ccdconfig.c	Thu May  2 20:01:15 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: ccdconfig.c,v 1.52 2013/04/27 17:12:36 christos Exp $	*/
+/*	$NetBSD: ccdconfig.c,v 1.53 2013/05/03 00:01:15 christos Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #ifndef lint
 __COPYRIGHT("@(#) Copyright (c) 1996, 1997\
  The NetBSD Foundation, Inc.  All rights reserved.");
-__RCSID("$NetBSD: ccdconfig.c,v 1.52 2013/04/27 17:12:36 christos Exp $");
+__RCSID("$NetBSD: ccdconfig.c,v 1.53 2013/05/03 00:01:15 christos Exp $");
 #endif
 
 #include <sys/param.h>
@@ -532,7 +532,7 @@ dump_ccd(int argc, char **argv, int acti
 
 	/* Dump ccd configuration to stdout. */
 	while (argc) {
-		int i;
+		int i = 0;	/* XXX: vax gcc */
 		int error;
 		char *cp = *argv++; --argc;
 		char *ccd;

Reply via email to