diff options
Diffstat (limited to 'parallel/pvm3/patches/patch-cb')
-rw-r--r-- | parallel/pvm3/patches/patch-cb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parallel/pvm3/patches/patch-cb b/parallel/pvm3/patches/patch-cb new file mode 100644 index 00000000000..0fc411f59b8 --- /dev/null +++ b/parallel/pvm3/patches/patch-cb @@ -0,0 +1,15 @@ +$NetBSD: patch-cb,v 1.1 2011/11/27 00:28:29 marino Exp $ + +--- src/ddpro.c.orig 2004-01-14 18:50:55.000000000 +0000 ++++ src/ddpro.c +@@ -411,9 +411,8 @@ static char rcsid[] = + #include <netdb.h> + #endif + +-#ifdef SYSVSTR + #include <string.h> +-#else ++#ifndef SYSVSTR + #include <strings.h> + #endif + |