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.22 by root, Sun Jan 15 05:14:12 2006 UTC vs.
Revision 1.23 by root, Mon Jan 16 09:10:16 2006 UTC

194 i++; 194 i++;
195 } 195 }
196 fclose (fd0); 196 fclose (fd0);
197 } 197 }
198# endif 198# endif
199
200 } 199 }
201#endif 200#endif
202 201
203#ifdef WTMP_SUPPORT 202#ifdef WTMP_SUPPORT
204# ifdef WTMP_ONLY_ON_LOGIN 203# ifdef WTMP_ONLY_ON_LOGIN
210 updwtmp (RXVT_WTMP_FILE, ut); 209 updwtmp (RXVT_WTMP_FILE, ut);
211# else 210# else
212 rxvt_update_wtmp (RXVT_WTMP_FILE, ut); 211 rxvt_update_wtmp (RXVT_WTMP_FILE, ut);
213# endif 212# endif
214# endif 213# endif
215# ifdef HAVE_STRUCT_UTMPX 214# if defined(HAVE_STRUCT_UTMPX) && defined(HAVE_UPDWTMPX)
216# if HAVE_UPDWTMPX
217 updwtmpx (RXVT_WTMPX_FILE, utx); 215 updwtmpx (RXVT_WTMPX_FILE, utx);
218# else
219 pututxline (utx);
220# endif
221# endif 216# endif
222 } 217 }
223#endif 218#endif
224#if defined(LASTLOG_SUPPORT) && defined(RXVT_LASTLOG_FILE) 219#if defined(LASTLOG_SUPPORT) && defined(RXVT_LASTLOG_FILE)
225 if (OPTION (Opt_loginShell)) 220 if (OPTION (Opt_loginShell))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines