Annotation of coherent/d/PS2_KERNEL/include/sys/oldtimeb.h, revision 1.1.1.1

1.1       root        1: /* (-lgl
                      2:  *     COHERENT Version 3.0
                      3:  *     Copyright (c) 1982, 1990 by Mark Williams Company.
                      4:  *     All rights reserved. May not be copied without permission.
                      5:  -lgl) */
                      6: /*
                      7:  * Time buffer.
                      8:  */
                      9: 
                     10: #ifndef         TIMEB_H
                     11: #define         TIMEB_H        TIMEB_H
                     12: 
                     13: #include <sys/types.h>
                     14: 
                     15: #pragma align 2
                     16: struct timeb {
                     17:        long    time;                   /* Time since 1970 */
                     18:        unsigned short millitm;         /* Milliseconds */
                     19:        short   timezone;               /* Time zone */
                     20:        short   dstflag;                /* Daylight saving time applies */
                     21: };
                     22: #pragma align
                     23: 
                     24: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.