summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-cb
blob: 0fc411f59b88d9ab430bb3a1aab1111908347fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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