gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEBUG -g -O2 -Wno-parentheses -Wno-format-security evalstring.c evalstring.c: In function ‘parse_and_execute_cleanup’: evalstring.c:150:7: warning: implicit declaration of function ‘unfreeze_jobs_list’; did you mean ‘unfreeeze_jobs_list’? [-Wimplicit-function-declaration] unfreeze_jobs_list (); ^~~~~~~~~~~~~~~~~~ unfreeeze_jobs_list
--- jobs.h.orig 2018-11-27 18:35:43.205649329 -0500 +++ jobs.h 2018-11-27 18:35:51.049574540 -0500 @@ -260,7 +260,7 @@ extern void run_sigchld_trap __P((int)); extern int freeze_jobs_list __P((void)); -extern void unfreeeze_jobs_list __P((void)); +extern void unfreeze_jobs_list __P((void)); extern void set_jobs_list_frozen __P((int)); extern int set_job_control __P((int)); extern void without_job_control __P((void)); -- Regards, Branden
signature.asc
Description: PGP signature