--- rxvt-unicode/src/proxy.C 2006/01/25 10:51:26 1.1 +++ rxvt-unicode/src/proxy.C 2006/01/25 22:09:33 1.3 @@ -305,7 +305,7 @@ #if PTYTTY_HELPER use_helper (); #else - ptytty_warn ("running setuid/setgid without pty helper compiled in, continuing unprivileged.\n"); + ptytty_warn ("running setuid/setgid without pty helper compiled in, continuing unprivileged.\n", 0); #endif drop_privileges (); @@ -328,6 +328,8 @@ #elif HAVE_SETUID setgid (gid); setuid (uid); +#else +# error no way to drop privileges, configure failed? #endif if (uid != geteuid ()