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

Comparing libptytty/src/ptytty.h (file contents):
Revision 1.10 by sf-exg, Sun Jul 11 16:04:54 2010 UTC vs.
Revision 1.11 by sf-exg, Mon May 16 20:58:27 2011 UTC

40# include <lastlog.h> 40# include <lastlog.h>
41# endif 41# endif
42 42
43# include <pwd.h> 43# include <pwd.h>
44 44
45# ifdef UTMP_SYSV
46# ifndef USER_PROCESS
47# define USER_PROCESS 7
48# endif
49# ifndef DEAD_PROCESS
50# define DEAD_PROCESS 8
51# endif
52# endif
53
54#endif 45#endif
55 46
56#define fatal(msg) do { write (2, msg, sizeof (msg) - 1); _exit (255); } while (0) 47#define fatal(msg) do { write (2, msg, sizeof (msg) - 1); _exit (255); } while (0)
57 48
58struct ptytty_unix : ptytty 49struct ptytty_unix : ptytty

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines