Re: wtmpx support

2006-12-18 Thread Corinna Vinschen
On Dec 17 22:31, Charles Wilson wrote: > I think that winsup/cygwin/include/utmpx.h should include the following > definition, similar to the existing one for UTMPX_FILE: > > #define WTMPX_FILE _PATH_WTMP > > I'm hitting a compile error in rxvt-unicode: > > # if defined(HAVE_STRUCT_UTMPX) && de

wtmpx support

2006-12-17 Thread Charles Wilson
I think that winsup/cygwin/include/utmpx.h should include the following definition, similar to the existing one for UTMPX_FILE: #define WTMPX_FILE _PATH_WTMP I'm hitting a compile error in rxvt-unicode: # if defined(HAVE_STRUCT_UTMPX) && defined(HAVE_UPDWTMPX) updwtmpx (WTMPX_FILE, utx);