blob: 15988e1a6e5de4205932f18614c9a7aec948f201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2006/06/08 15:34:52 joerg Exp $
--- binhex.c.orig 2006-06-08 15:21:56.000000000 +0000
+++ binhex.c
@@ -38,8 +38,6 @@ int dup(int);
const char *bh_error = "no error";
-extern int errno;
-
# define ERROR(code, str) (bh_error = (str), errno = (code))
static FILE *file; /* input/output file */
|