From 9fc030ed9bffec9f9715595dd5a205a353912d3c Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Wed, 2 Dec 2020 13:08:58 +0100 Subject: Update xlosetup's 'lib' and 'libsmartcol' from util-linux 2.36.1 --- src/utils/lib/exec_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/lib/exec_shell.c') diff --git a/src/utils/lib/exec_shell.c b/src/utils/lib/exec_shell.c index 18798eb..6fef6c7 100644 --- a/src/utils/lib/exec_shell.c +++ b/src/utils/lib/exec_shell.c @@ -46,6 +46,6 @@ void __attribute__((__noreturn__)) exec_shell(void) arg0[0] = '-'; strcpy(arg0 + 1, shell_basename); - execl(shell, arg0, NULL); + execl(shell, arg0, (char *)NULL); errexec(shell); } -- cgit v1.2.3-55-g7522