mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 03:07:02 -04:00
18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
$NetBSD: patch-aq,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
|
|
|
|
--- src/fileio.c.orig 2008-10-10 10:35:49.000000000 +0900
|
|
+++ src/fileio.c
|
|
@@ -61,12 +61,6 @@ Boston, MA 02110-1301, USA. */
|
|
|
|
#include <errno.h>
|
|
|
|
-#ifndef vax11c
|
|
-#ifndef USE_CRT_DLL
|
|
-extern int errno;
|
|
-#endif
|
|
-#endif
|
|
-
|
|
#ifdef APOLLO
|
|
#include <sys/time.h>
|
|
#endif
|