packages/utils/klish/patches/010-shell_execute_fix.patch
Rosen Penev e1b8af20d6 klish: update to 2.2.3
Switch to AUTORELEASE for simplicity.

Remove uClibc reference from patch as it's no longer in tree.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-21 11:59:15 -07:00

17 lines
419 B
Diff

--- a/clish/shell/shell_execute.c
+++ b/clish/shell/shell_execute.c
@@ -19,12 +19,14 @@
#include <signal.h>
#include <fcntl.h>
+#if 0
/* Empty signal handler to ignore signal but don't use SIG_IGN. */
static void sigignore(int signo)
{
signo = signo; /* Happy compiler */
return;
}
+#endif
/*-------------------------------------------------------- */
static int clish_shell_lock(const char *lock_path)