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.24 by root, Sat Dec 31 16:06:48 2005 UTC vs.
Revision 1.25 by root, Sun Jan 1 05:08:41 2006 UTC

338} ttyconf; 338} ttyconf;
339 339
340void 340void
341rxvt_ptytty::privileges (rxvt_privaction action) 341rxvt_ptytty::privileges (rxvt_privaction action)
342{ 342{
343 if (tty < 0) 343 if (pty < 0)
344 return; 344 return;
345 345
346 rxvt_privileges (RESTORE); 346 rxvt_privileges (RESTORE);
347 347
348 if (action == SAVE) 348 if (action == SAVE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines