diff options
Diffstat (limited to 'parallel/pvm3/patches/patch-by')
-rw-r--r-- | parallel/pvm3/patches/patch-by | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/parallel/pvm3/patches/patch-by b/parallel/pvm3/patches/patch-by new file mode 100644 index 00000000000..e101ca0475b --- /dev/null +++ b/parallel/pvm3/patches/patch-by @@ -0,0 +1,26 @@ +$NetBSD: patch-by,v 1.1 2006/01/27 16:34:36 joerg Exp $ + +--- examples/mhf_tickle.c.orig 2006-01-27 16:02:43.000000000 +0000 ++++ examples/mhf_tickle.c +@@ -49,11 +49,7 @@ static char rcsid[] = + ***************************************************************/ + + #include "stdio.h" +-#ifndef WIN32 +-#include <sys/errno.h> +-#else + #include <errno.h> +-#endif + #include "pvm3.h" + + /* #define NOISE1 1 sets level of program noise - minimum noise */ +@@ -89,9 +85,6 @@ static char rcsid[] = + #endif + #define FAILED -1 + +-extern int errno; +- +- + /***************************************************************/ + + void eat_line( c ) |