blob: ab36e42f4d30dc6554dc37e42a1b10eab854e172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aq,v 1.1 2007/06/11 13:38:37 markd Exp $
--- src/fileio.c.orig 2005-12-29 13:30:15.000000000 +0000
+++ src/fileio.c
@@ -64,12 +64,6 @@ Boston, MA 02111-1307, USA. */
#include <errno.h>
-#ifndef vax11c
-#ifndef USE_CRT_DLL
-extern int errno;
-#endif
-#endif
-
#ifdef APOLLO
#include <sys/time.h>
#endif
|