mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 23:35:36 -08:00
Delete struct definitions that have been obsolete for a dozen years
ok deraadt@
This commit is contained in:
parent
84af314364
commit
746ad4a9f9
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: utmp.h,v 1.5 2003/06/02 19:34:12 millert Exp $ */
|
/* $OpenBSD: utmp.h,v 1.6 2014/01/08 06:50:57 guenther Exp $ */
|
||||||
/* $NetBSD: utmp.h,v 1.6 1994/10/26 00:56:40 cgd Exp $ */
|
/* $NetBSD: utmp.h,v 1.6 1994/10/26 00:56:40 cgd Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -66,20 +66,4 @@ struct utmp {
|
|||||||
time_t ut_time;
|
time_t ut_time;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
* These should not be used for writing out new data, for reference only.
|
|
||||||
*/
|
|
||||||
struct old_lastlog {
|
|
||||||
time_t ll_time;
|
|
||||||
char ll_line[8];
|
|
||||||
char ll_host[16];
|
|
||||||
};
|
|
||||||
|
|
||||||
struct old_utmp {
|
|
||||||
char ut_line[8];
|
|
||||||
char ut_name[8];
|
|
||||||
char ut_host[16];
|
|
||||||
time_t ut_time;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif /* !_UTMP_H_ */
|
#endif /* !_UTMP_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user