$NetBSD: patch-ae,v 1.5 2015/12/29 23:34:46 dholland Exp $

Don't declare own errno.

--- src/print.c.orig	2006-01-09 22:23:12.000000000 +0000
+++ src/print.c
@@ -49,8 +49,6 @@
 
 extern void Print_Bignum (Object, Object);
 
-extern int errno;
-
 void Flush_Output (Object);
 void Print_String (Object, register char *, register unsigned int);
 void Pr_Char (Object, register int);
