You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
406 B

  1. --- a/clish/shell/shell_execute.c
  2. +++ b/clish/shell/shell_execute.c
  3. @@ -19,13 +19,6 @@
  4. #include <signal.h>
  5. #include <fcntl.h>
  6. -/* Empty signal handler to ignore signal but don't use SIG_IGN. */
  7. -static void sigignore(int signo)
  8. -{
  9. - signo = signo; /* Happy compiler */
  10. - return;
  11. -}
  12. -
  13. /*-------------------------------------------------------- */
  14. static int clish_shell_lock(const char *lock_path)
  15. {