Mark Leisher <[EMAIL PROTECTED]> typed: : If it is, attached is a small patch to get 2.7.9 compiling and working : properly (trouble parsing "pts/dd") on Solaris 2.8.
: Oh. And I had to rerun : autoconf so configure would check for ut_pid in struct utmp. Oops, my fault. : --- src/logging.c.orig Fri Dec 13 10:04:10 2002 : +++ src/logging.c Fri Dec 13 10:05:05 2002 : @@ -66,6 +66,9 @@ : #ifdef HAVE_STRUCT_UTMPX : struct utmpx *utx = &(r->h->utx); : #endif : +#ifdef RXVT_UTMP_PID : + int i; : +#endif : char ut_id[5]; : struct passwd *pwent = getpwuid(getuid()); Added this. Thanks. I've also converted RXVT_UTMP_PID to HAVE_UTMP_PID. That was my oversight. Regards, -- Geoff Wing : <[EMAIL PROTECTED]> Rxvt Stuff : <[EMAIL PROTECTED]> Zsh Stuff : <[EMAIL PROTECTED]>
