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

Comparing libptytty/src/ptytty.C (file contents):
Revision 1.30 by ayin, Thu Jun 28 17:46:18 2007 UTC vs.
Revision 1.31 by ayin, Thu Nov 15 10:49:05 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