mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-cluster/maui: remove unused patches.
Closes: https://github.com/gentoo/gentoo/pull/6014
This commit is contained in:
committed by
Patrice Clement
parent
ee9ac096c0
commit
0dbc871cb7
@@ -1,11 +0,0 @@
|
||||
--- maui-3.2.6p21.orig/Makefile.in 2006-05-23 15:20:49.000000000 -0700
|
||||
+++ maui-3.2.6p21/Makefile.in 2006-09-25 20:42:24.000000000 -0700
|
||||
@@ -18,7 +18,7 @@
|
||||
# ============================
|
||||
# Resource Manager section
|
||||
# ============================
|
||||
-@ll_definitions@@sdr_definitions@@pbs_definitions@@sge_definitions@@lsf_definitions@@mx_definitions@@pcre_definitions@
|
||||
+@pbs_definitions@
|
||||
|
||||
# ============================
|
||||
# Master Makefile for @PACKAGE_NAME@-@PACKAGE_VERSION@
|
||||
@@ -1,23 +0,0 @@
|
||||
--- maui-3.2.6p21/src/moab/MPBSI.c.orig 2010-03-16 12:54:09.000000000 +0100
|
||||
+++ maui-3.2.6p21/src/moab/MPBSI.c 2010-03-16 12:57:07.000000000 +0100
|
||||
@@ -6406,6 +6406,7 @@
|
||||
int tindex;
|
||||
|
||||
char tmpHostName[MAX_MLINE];
|
||||
+ char tmpTaskList[MAX_MLINE+10];
|
||||
|
||||
mnode_t *N;
|
||||
|
||||
@@ -6458,10 +6459,10 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
- sprintf(TSBuf,"%s%s:ppn=%d",
|
||||
- TSBuf,
|
||||
+ snprintf (tmpTaskList,MAX_MLINE+10,"%s:ppn=%d",
|
||||
tmpHostName,
|
||||
NL[tindex].TC);
|
||||
+ MUStrCat(TSBuf,tmpTaskList,BufSize);
|
||||
}
|
||||
} /* END for (tindex) */
|
||||
|
||||
Reference in New Issue
Block a user