summaryrefslogtreecommitdiff
path: root/lang/elk/patches/patch-af
blob: 6611f4e1f2f35c4aeb0ecf26d12b765ac0f91e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.6 2015/12/29 23:34:46 dholland Exp $

Don't declare own errno.

--- lib/unix/unix.h.orig	2006-01-09 22:28:37.000000000 +0000
+++ lib/unix/unix.h
@@ -46,7 +46,6 @@
 
 #include "scheme.h"
 
-extern int errno;
 extern char *index();
 
 extern Object Unix_Errobj, V_Call_Errhandler;