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

Comparing rxvt-unicode/src/ptytty.h (file contents):
Revision 1.8 by root, Tue Jan 17 10:59:32 2006 UTC vs.
Revision 1.9 by root, Tue Jan 17 11:02:10 2006 UTC

44# define USER_PROCESS 7 44# define USER_PROCESS 7
45# endif 45# endif
46# ifndef DEAD_PROCESS 46# ifndef DEAD_PROCESS
47# define DEAD_PROCESS 8 47# define DEAD_PROCESS 8
48# endif 48# endif
49# endif
50
51# ifdef __QNX__
52# include <sys/utsname.h>
53# define ut_name ut_user
54# endif 49# endif
55 50
56#endif 51#endif
57 52
58enum rxvt_privaction { IGNORE = 'i', SAVE = 's', RESTORE = 'r' }; 53enum rxvt_privaction { IGNORE = 'i', SAVE = 's', RESTORE = 'r' };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines