summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-by
blob: e134e81d2439089ab5d1a6553d3d5b5d671bfcdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-by,v 1.2 2009/05/19 23:44:55 asau Exp $

--- examples/mhf_tickle.c.orig	2009-01-23 04:12:52.000000000 +0300
+++ examples/mhf_tickle.c	2009-05-19 17:09:43.000000000 +0400
@@ -52,11 +52,7 @@
 #ifdef HASSTDLIB
 #include <stdlib.h>
 #endif
-#ifndef WIN32
-#include <sys/errno.h>
-#else
 #include <errno.h>
-#endif
 #include "pvm3.h"
 
 /* #define NOISE1 1	 sets level of program noise  - minimum noise */
@@ -92,9 +88,6 @@
 #endif
 #define FAILED -1
 
-extern int errno;
-
-
 /***************************************************************/
 
 void eat_line( c )