2013-09-26 17:14:40 +02:00

14 lines
327 B
Plaintext

$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 */