Commit 2a04e555 authored by Moe Jette's avatar Moe Jette
Browse files

09_job_info_alloc_void.diff patch from Geritt:

select: make argument of select_p_select_jobinfo_alloc() consistent

This explicitly declares the argument list of select_p_select_jobinfo_alloc()
to be 'void', to avoid misinterpreting it as an old-style definition:
 * node_select.h already defines select_g_select_jobinfo_alloc(void);
 * the cons_res variant erroneously specified 'select_jobinfo_t *jobinfo';
 * explicit argument list makes bug tracking easier.
parent bdc1d859
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment