--- rxvt-unicode/src/rxvtd.C 2021/06/26 14:42:36 1.65 +++ rxvt-unicode/src/rxvtd.C 2021/07/23 19:18:52 1.67 @@ -43,9 +43,10 @@ #include +#include + #include "rxvt.h" #include "rxvtdaemon.h" -#include "libptytty.h" struct server : rxvt_connection { @@ -207,10 +208,6 @@ { term->init (argv, envv); } - catch (const class rxvt_failure_exception &e) - { - success = false; - } catch (const std::exception &e) { log_msg (e.what());