Pristine Ack-5.5
[Ack-5.5.git] / include / _tail_mon / sys / timeb.h
1 /* $Id: timeb.h,v 1.4 1994/06/24 11:04:34 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 struct timeb {
7         time_t  time;
8         u_short millitm;
9         short   timezone;
10         short   dstflag;
11 };