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

Comparing rxvt-unicode/src/ptytty.C (file contents):
Revision 1.27 by root, Tue Jan 3 16:32:33 2006 UTC vs.
Revision 1.28 by root, Wed Jan 4 03:02:01 2006 UTC

404 404
405void 405void
406rxvt_ptytty::put () 406rxvt_ptytty::put ()
407{ 407{
408#ifndef NO_SETOWNER_TTYDEV 408#ifndef NO_SETOWNER_TTYDEV
409 if (tty >= 0)
410 privileges (RESTORE); 409 privileges (RESTORE);
411#endif 410#endif
412 411
413 if (pty >= 0) close (pty); 412 if (pty >= 0) close (pty);
414 close_tty (); 413 close_tty ();
415 free (name); 414 free (name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines