~ruther/dwl

4a2e761914f88d4d284ec74b147104f53c394523 — Leonardo Hernández Hernández 3 years ago 29a2b64
replace deleted EBARF() with die()
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 2339,7 2339,7 @@ sigchld(int unused)
	 * setting our own disposition for SIGCHLD.
	 */
	if (signal(SIGCHLD, sigchld) == SIG_ERR)
		EBARF("can't install SIGCHLD handler");
		die("can't install SIGCHLD handler:");
	/* WNOWAIT leaves the child in a waitable state, in case this is the
	 * XWayland process
	 */

Do not follow this link