From 31acc62a779dc5408ca414abc0f56e6e68862154 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 3 Mar 2005 18:45:37 +0000
Subject: [PATCH] Remove private versions of BGL files that are provided by IBM
 at driver 080.

---
 Makefile.am                  | 3 ---
 NEWS                         | 4 ++++
 sayMessage.h                 | 5 -----
 src/partition_allocator/tv.h | 6 ------
 4 files changed, 4 insertions(+), 14 deletions(-)
 delete mode 100644 sayMessage.h
 delete mode 100644 src/partition_allocator/tv.h

diff --git a/Makefile.am b/Makefile.am
index 5f8fb6c0757..cce39e79e6d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,9 +26,6 @@ pkginclude_HEADERS =		\
 	slurm/slurm.h 		\
 	slurm/slurm_errno.h
 
-noinst_HEADERS =		\
-	sayMessage.h
-
 MAINTAINERCLEANFILES = 					\
 	aclocal.m4 config.guess 			\
 	config.h.in config.sub configure install-sh 	\
diff --git a/NEWS b/NEWS
index 1d6a2bab4b4..5fd5c27e96c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file describes changes in recent versions of SLURM. It primarily
 documents those changes that are of interest to users and admins. 
 
+* Changes in SLURM 0.4.7
+========================
+ -- Remove some BGL specific headers that IBM now distributes.
+
 * Changes in SLURM 0.4.6
 ========================
  -- smap now works on non-BGL systems.
diff --git a/sayMessage.h b/sayMessage.h
deleted file mode 100644
index b5e309fa7c1..00000000000
--- a/sayMessage.h
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Temporary for successful build of BlueGene modules with rm_api.h */
-#ifndef _TV_H
-#define _TV_H 1
-typedef int MPIR_PROCDESC;
-#endif
diff --git a/src/partition_allocator/tv.h b/src/partition_allocator/tv.h
deleted file mode 100644
index d0c0ddfcddc..00000000000
--- a/src/partition_allocator/tv.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* Temporary for successful build of BlueGene modules with rm_api.h */
-#ifndef _TV_H
-#define _TV_H 1
-
-//typedef int MPIR_PROCDESC;
-#endif
-- 
GitLab