From d8f7a39828eb7212763b6d53d6d744399097041b Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 27 Oct 2003 08:26:41 +0000 Subject: Fix compikation with gcc3; still compiles with gcc2 too. From Harry Waddell in PR 23281. --- parallel/clusterit/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parallel/clusterit/patches/patch-aa (limited to 'parallel/clusterit/patches') diff --git a/parallel/clusterit/patches/patch-aa b/parallel/clusterit/patches/patch-aa new file mode 100644 index 00000000000..ac44cdcb6cf --- /dev/null +++ b/parallel/clusterit/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2003/10/27 08:26:41 wiz Exp $ + +--- barrier/barrierd.c.orig 2001-08-14 10:21:40.000000000 +0200 ++++ barrier/barrierd.c +@@ -38,7 +38,7 @@ + #include + #include + #include +-#include ++#include + #include "../common/sockcommon.h" + + #if !defined(lint) && defined(__NetBSD__) -- cgit v1.2.3