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.10 by pcg, Fri Apr 2 20:41:01 2004 UTC vs.
Revision 1.12 by root, Fri Aug 13 03:36:57 2004 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*--------------------------------*-C-*---------------------------------*
2 * File: ptytty.c 2 * File: ptytty.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * 4 *
5 * All portions of code are copyright by their respective author/s. 5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 1999-2001 Geoff Wing <gcw@pobox.com> 6 * Copyright (c) 1999-2001 Geoff Wing <gcw@pobox.com>
7 * Copyright (c) 2004 Marc Lehmann <pcg@goof.com>
7 * 8 *
8 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 12 * (at your option) any later version.
49# include <fcntl.h> 50# include <fcntl.h>
50#endif 51#endif
51#ifdef HAVE_SYS_IOCTL_H 52#ifdef HAVE_SYS_IOCTL_H
52# include <sys/ioctl.h> 53# include <sys/ioctl.h>
53#endif 54#endif
54#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__) 55#if defined(PTYS_ARE_PTMX) && defined(HAVE_SYS_STROPTS_H)
55# include <sys/stropts.h> /* for I_PUSH */ 56# include <sys/stropts.h> /* for I_PUSH */
56#endif 57#endif
57#ifdef HAVE_ISASTREAM 58#ifdef HAVE_ISASTREAM
58# include <stropts.h> 59# include <stropts.h>
59#endif 60#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines