summaryrefslogtreecommitdiff
path: root/usr.bin/error/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/error/error.h')
-rw-r--r--usr.bin/error/error.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/error/error.h b/usr.bin/error/error.h
index 6036c44c88d..02fc5828b36 100644
--- a/usr.bin/error/error.h
+++ b/usr.bin/error/error.h
@@ -1,4 +1,4 @@
-/* $NetBSD: error.h,v 1.15 2009/08/13 06:59:37 dholland Exp $ */
+/* $NetBSD: error.h,v 1.16 2011/05/19 22:55:53 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -88,6 +88,8 @@ typedef int Errorclass;
extern const char *class_table[];
extern int class_count[];
+extern size_t filelevel;
+
#define nunknown class_count[C_UNKNOWN]
#define nignore class_count[C_IGNORE]
#define nsyncerrors class_count[C_SYNC]