Skip to content
Snippets Groups Projects
Commit 724ad359 authored by Moe Jette's avatar Moe Jette
Browse files

Fix incorrect use of errno (as local variable).

parent 62313bcb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment