From 1d740306c2aded96d9e7f28a099ffeac4cdd542c Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 3 Mar 2005 01:06:47 +0000
Subject: [PATCH] fix for driver 080

---
 src/partition_allocator/tv.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/partition_allocator/tv.h b/src/partition_allocator/tv.h
index b5e309fa7c1..d0c0ddfcddc 100644
--- a/src/partition_allocator/tv.h
+++ b/src/partition_allocator/tv.h
@@ -1,5 +1,6 @@
 /* Temporary for successful build of BlueGene modules with rm_api.h */
 #ifndef _TV_H
 #define _TV_H 1
-typedef int MPIR_PROCDESC;
+
+//typedef int MPIR_PROCDESC;
 #endif
-- 
GitLab