diff --git a/src/common/slurm_jobcomp.c b/src/common/slurm_jobcomp.c
index 89b90acf97985f837af6e1d203279f7c4254d2a9..beec523561d98b74372476d4068c6dedeac24f4e 100644
--- a/src/common/slurm_jobcomp.c
+++ b/src/common/slurm_jobcomp.c
@@ -50,7 +50,7 @@ typedef struct slurm_jobcomp_ops {
 				char *job_state, char *partition, uint32_t time_limit,
 				time_t start_time, time_t end_time, char *node_list);
 	int          (*sa_errno)  ( void );
-	char *       (*job_strerror)  ( int errno );
+	char *       (*job_strerror)  ( int errnum );
 } slurm_jobcomp_ops_t;