summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-ad
blob: 5cf9dd1a0bc0c15f2a35d3050da04cf7a9078c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.7 2006/01/16 09:41:48 adam Exp $

--- byterun/sys.c.orig	2005-11-09 16:58:03.000000000 +0100
+++ byterun/sys.c
@@ -51,10 +51,6 @@
 #include "stacks.h"
 #include "sys.h"
 
-#ifndef _WIN32
-extern int errno;
-#endif
-
 static char * error_message(void)
 {
   return strerror(errno);