ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/logging.C
(Generate patch)

Comparing rxvt-unicode/src/logging.C (file contents):
Revision 1.31 by root, Tue Jan 17 15:17:39 2006 UTC vs.
Revision 1.32 by ayin, Wed Jan 18 08:40:44 2006 UTC

203# endif 203# endif
204 } 204 }
205#endif 205#endif
206 206
207#ifdef WTMP_SUPPORT 207#ifdef WTMP_SUPPORT
208# ifdef WTMP_ONLY_ON_LOGIN
209 if (login_shell) 208 if (login_shell)
210# endif
211 { 209 {
212# ifdef HAVE_STRUCT_UTMP 210# ifdef HAVE_STRUCT_UTMP
213# ifdef HAVE_UPDWTMP 211# ifdef HAVE_UPDWTMP
214 updwtmp (RXVT_WTMP_FILE, ut); 212 updwtmp (RXVT_WTMP_FILE, ut);
215# else 213# else
279 277
280 /* 278 /*
281 * Write ending wtmp entry 279 * Write ending wtmp entry
282 */ 280 */
283#ifdef WTMP_SUPPORT 281#ifdef WTMP_SUPPORT
284# ifdef WTMP_ONLY_ON_LOGIN
285 if (login_shell) 282 if (login_shell)
286# endif
287 { 283 {
288# ifdef HAVE_STRUCT_UTMP 284# ifdef HAVE_STRUCT_UTMP
289# ifdef HAVE_UPDWTMP 285# ifdef HAVE_UPDWTMP
290 updwtmp (RXVT_WTMP_FILE, ut); 286 updwtmp (RXVT_WTMP_FILE, ut);
291# else 287# else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines