From 1afc90ab0fa1df10632c5feee138c81c364a5e6d Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Tue, 8 Nov 2005 22:55:45 +0000
Subject: [PATCH] fix for ci

---
 src/srun/srun_job.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/srun/srun_job.c b/src/srun/srun_job.c
index 461c85a63b7..903e6581821 100644
--- a/src/srun/srun_job.c
+++ b/src/srun/srun_job.c
@@ -335,8 +335,9 @@ _job_create_structure(allocation_info_t *info)
 	
 }
 
-extern int build_step_ctx(srun_job_t *job,
-			  resource_allocation_response_msg_t *alloc_resp)
+/* extern int build_step_ctx(srun_job_t *job, */
+/* 			  resource_allocation_response_msg_t *alloc_resp) */
+extern int build_step_ctx(srun_job_t *job)
 {
 	job_step_create_request_msg_t  *r  = NULL;
 	uint32_t step_id;
-- 
GitLab