--- rxvt-unicode/src/logging.C 2006/01/17 10:19:13 1.28 +++ rxvt-unicode/src/logging.C 2006/01/17 10:59:32 1.29 @@ -57,7 +57,7 @@ * make and write utmp and wtmp entries */ void -rxvt_ptytty::login (int cmd_pid, bool login_shell, const char *hostname) +rxvt_ptytty_unix::login (int cmd_pid, bool login_shell, const char *hostname) { const char *pty = name; @@ -227,7 +227,7 @@ * remove utmp and wtmp entries */ void -rxvt_ptytty::logout () +rxvt_ptytty_unix::logout () { if (!cmd_pid) return;