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.16 by root, Wed Feb 16 21:37:10 2005 UTC vs.
Revision 1.17 by root, Thu Feb 17 15:07:48 2005 UTC

73 struct utmpx *utx = &this->utx; 73 struct utmpx *utx = &this->utx;
74#endif 74#endif
75#ifdef HAVE_UTMP_PID 75#ifdef HAVE_UTMP_PID
76 int i; 76 int i;
77#endif 77#endif
78 struct passwd *pwent = getpwuid (getuid ()); 78 struct passwd *pwent = getpwuid (getuid ());
79 79
80 if (!strncmp (pty, "/dev/", 5)) 80 if (!strncmp (pty, "/dev/", 5))
81 pty += 5; /* skip /dev/ prefix */ 81 pty += 5; /* skip /dev/ prefix */
82 82
83#ifdef HAVE_UTMP_PID 83#ifdef HAVE_UTMP_PID

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines