- Fix build with gcc41

PR:		ports/104113
Submitted by:	trasz
This commit is contained in:
Martin Wilke 2006-10-07 15:26:31 +00:00
parent 52054704d4
commit 37d72d6a7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174797
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- src/global.h.orig Sat Oct 7 16:39:39 2006
+++ src/global.h Sat Oct 7 16:40:05 2006
@@ -318,6 +318,8 @@
/* General Trace Globals Declarations */
+#include "../include/pvmtev.h"
+
extern struct Pvmtevdid pvmtevdidlist[];
extern struct Pvmtevinfo pvmtevinfo[];

View file

@ -0,0 +1,11 @@
--- src/pmsg.c.orig Sat Oct 7 16:41:35 2006
+++ src/pmsg.c Sat Oct 7 16:42:28 2006
@@ -774,7 +774,7 @@
** **
***************************/
-#ifdef FAKEXDRFLOAT
+#if 0
/*
** These two are missing on some machines.