--- rxvt-unicode/src/ptytty.h 2006/01/22 01:00:46 1.19 +++ rxvt-unicode/src/ptytty.h 2006/01/22 04:01:52 1.20 @@ -49,6 +49,8 @@ #endif +#define fatal(msg) do { write (2, msg, sizeof (msg) - 1); _exit (255); } while (0) + struct ptytty_unix : ptytty { char *name;