blob: 94797b217e4ee0693252924790fc6be793a0ff0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ab,v 1.3 1999/12/22 13:25:41 dmcmahill Exp $
--- ./routines/pvm/pvm_grp.c.orig Thu Apr 23 10:54:47 1998
+++ ./routines/pvm/pvm_grp.c Mon Nov 22 21:40:11 1999
@@ -14,5 +14,5 @@
#include <stdio.h>
#include <string.h>
-#include "../../pvm3/include/pvm3.h"
+#include "pvm3.h"
#include "../machine.h"
|