blob: 48900260a927c5c5e834723cc11ed53cd19de701 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.3 2005/11/29 06:18:52 joerg Exp $
--- data.h.orig 2005-11-29 06:09:00.000000000 +0000
+++ data.h
@@ -65,7 +65,6 @@ extern int bcnt;
#ifdef DEBUG
extern int debug;
#endif /* DEBUG */
-extern int errno;
extern int max_plus1;
extern int switchfb[];
|