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.2 by root, Sat Jan 21 22:01:36 2006 UTC vs.
Revision 1.3 by root, Sat Jan 21 22:06:16 2006 UTC

21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 *---------------------------------------------------------------------*/ 22 *---------------------------------------------------------------------*/
23 23
24#include "../config.h" /* NECESSARY */ 24#include "../config.h" /* NECESSARY */
25 25
26#include "fdpass.h"
27#include "ptytty.h"
28
26#include <cstdlib> 29#include <cstdlib>
27#include <cstring> 30#include <cstring>
28 31
29#include <sys/types.h> 32#include <sys/types.h>
30#include <sys/socket.h> 33#include <sys/socket.h>
50#ifdef TTY_GID_SUPPORT 53#ifdef TTY_GID_SUPPORT
51#include <grp.h> 54#include <grp.h>
52#endif 55#endif
53 56
54#include <cstdio> 57#include <cstdio>
55
56#include "rxvtutil.h"
57#include "fdpass.h"
58#include "ptytty.h"
59 58
60///////////////////////////////////////////////////////////////////////////// 59/////////////////////////////////////////////////////////////////////////////
61 60
62/* ------------------------------------------------------------------------- * 61/* ------------------------------------------------------------------------- *
63 * GET PSEUDO TELETYPE - MASTER AND SLAVE * 62 * GET PSEUDO TELETYPE - MASTER AND SLAVE *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines