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.12 by sf-exg, Tue May 31 06:21:52 2011 UTC vs.
Revision 1.13 by sf-exg, Tue Jul 5 10:37:01 2011 UTC

67 struct utmp ut; 67 struct utmp ut;
68#endif 68#endif
69#ifdef HAVE_STRUCT_UTMPX 69#ifdef HAVE_STRUCT_UTMPX
70 struct utmpx utx; 70 struct utmpx utx;
71#endif 71#endif
72#if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || defined(HAVE_STRUCT_UTMPX)
73 char ut_id[5]; 72 char ut_id[5];
74#endif
75 73
76 void logout (); 74 void logout ();
77#endif 75#endif
78}; 76};
79 77

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines