ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/proxy.C
(Generate patch)

Comparing rxvt-unicode/src/proxy.C (file contents):
Revision 1.3 by root, Wed Jan 25 22:09:33 2006 UTC vs.
Revision 1.4 by root, Tue Feb 7 05:32:47 2006 UTC

25 25
26#include "../config.h" 26#include "../config.h"
27 27
28#include "ptytty.h" 28#include "ptytty.h"
29 29
30// helper/proxy support
31
32#if PTYTTY_HELPER
33
34#include <csignal> 30#include <csignal>
35 31
36#include <sys/types.h> 32#include <sys/types.h>
37#include <sys/socket.h> 33#include <sys/socket.h>
38#include <unistd.h> 34#include <unistd.h>
39#include <fcntl.h> 35#include <fcntl.h>
36
37// helper/proxy support
38
39#if PTYTTY_HELPER
40 40
41static int sock_fd = -1, lock_fd = -1; 41static int sock_fd = -1, lock_fd = -1;
42static int helper_pid, owner_pid; 42static int helper_pid, owner_pid;
43 43
44struct command 44struct command

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines