Module Name:    src
Committed By:   dholland
Date:           Thu Aug 13 03:10:03 UTC 2009

Modified Files:
        src/usr.bin/error: main.c

Log Message:
woops (doh!)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/error/main.c

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

Modified files:

Index: src/usr.bin/error/main.c
diff -u src/usr.bin/error/main.c:1.13 src/usr.bin/error/main.c:1.14
--- src/usr.bin/error/main.c:1.13	Thu Aug 13 03:07:49 2009
+++ src/usr.bin/error/main.c	Thu Aug 13 03:10:03 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.13 2009/08/13 03:07:49 dholland Exp $	*/
+/*	$NetBSD: main.c,v 1.14 2009/08/13 03:10:03 dholland Exp $	*/
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c	8.1 (Berkeley) 6/6/93";
 #endif
-__RCSID("$NetBSD: main.c,v 1.13 2009/08/13 03:07:49 dholland Exp $");
+__RCSID("$NetBSD: main.c,v 1.14 2009/08/13 03:10:03 dholland Exp $");
 #endif /* not lint */
 
 #include <signal.h>
@@ -57,7 +57,7 @@
 int nignored;
 char **names_ignored;
 
-int errors = 0;
+int nerrors = 0;
 Eptr er_head;
 static Eptr *errors;
 

Reply via email to