Package: pvm / 3.4.6-2

17-fix-implicit-global-declarations.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/src/global.h
+++ b/src/global.h
@@ -156,6 +156,8 @@
  *
  */
 
+#include "pvmtev.h"
+ 
 
 /* UDPMAXLEN should be set to the largest UDP message length
    your system can handle. */
@@ -318,6 +320,9 @@
 
 /* General Trace Globals Declarations */
 
+struct Pvmtevdid;
+struct Pvmtevinfo;
+
 extern	struct Pvmtevdid pvmtevdidlist[];
 
 extern	struct Pvmtevinfo pvmtevinfo[];