From 06a1023058b24f99626bfc63a36d5c6f575ac0c9 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Thu, 14 Jul 2016 14:38:43 -0700
Subject: [PATCH] Fix for bad cut/paste

Wrong argument type
---
 src/common/list.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/list.c b/src/common/list.c
index dadc92f0d7a..0e62615473d 100644
--- a/src/common/list.c
+++ b/src/common/list.c
@@ -983,7 +983,7 @@ void list_install_fork_handlers (void)
 
 #ifdef NDEBUG
 static int
-list_mutex_is_locked (cbuf_t cb)
+list_mutex_is_locked (pthread_mutex_t *mutex)
 {
     return 1;
 }
-- 
GitLab