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.66 by ayin, Thu Jun 28 17:47:14 2007 UTC vs.
Revision 1.67 by ayin, Mon Nov 19 11:26:34 2007 UTC

330 { /* change group ownership of tty to "tty" */ 330 { /* change group ownership of tty to "tty" */
331 mode = S_IRUSR | S_IWUSR | S_IWGRP; 331 mode = S_IRUSR | S_IWUSR | S_IWGRP;
332 gid = gr->gr_gid; 332 gid = gr->gr_gid;
333 } 333 }
334 else 334 else
335#endif /* TTY_GID_SUPPORT */ 335#endif /* TTY_GID_SUPPORT */
336 { 336 {
337 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH; 337 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH;
338 gid = 0; 338 gid = 0;
339 } 339 }
340 } 340 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines