|
|
1.1 root 1: /*
2: * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
3: *
4: * @APPLE_LICENSE_HEADER_START@
5: *
6: * The contents of this file constitute Original Code as defined in and
7: * are subject to the Apple Public Source License Version 1.1 (the
8: * "License"). You may not use this file except in compliance with the
9: * License. Please obtain a copy of the License at
10: * http://www.apple.com/publicsource and read it before using this file.
11: *
12: * This Original Code and all software distributed under the License are
13: * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14: * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15: * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16: * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
17: * License for the specific language governing rights and limitations
18: * under the License.
19: *
20: * @APPLE_LICENSE_HEADER_END@
21: */
22: /*
23: * @OSF_COPYRIGHT@
24: */
25: /*
26: * HISTORY
27: *
28: * Revision 1.1.1.1 1998/09/22 21:05:48 wsanchez
29: * Import of Mac OS X kernel (~semeria)
30: *
31: * Revision 1.1.1.1 1998/03/07 02:25:59 wsanchez
32: * Import of OSF Mach kernel (~mburg)
33: *
34: * Revision 1.2.6.1 1994/09/23 03:13:27 ezf
35: * change marker to not FREE
36: * [1994/09/22 21:59:00 ezf]
37: *
38: * Revision 1.2.2.2 1993/06/09 02:55:37 gm
39: * Added to OSF/1 R1.3 from NMK15.0.
40: * [1993/06/02 21:31:05 jeffc]
41: *
42: * Revision 1.2 1993/04/19 17:17:19 devrcs
43: * Fixes for ANSI C
44: * [1993/02/26 14:02:53 sp]
45: *
46: * Revision 1.1 1992/09/30 02:37:00 robert
47: * Initial revision
48: *
49: * $EndLog$
50: */
51: /* CMU_HIST */
52: /*
53: * Revision 2.3 91/05/14 17:40:33 mrt
54: * Correcting copyright
55: *
56: * Revision 2.2 91/02/05 17:57:03 mrt
57: * Changed to new Mach copyright
58: * [91/02/01 17:49:35 mrt]
59: *
60: */
61: /* CMU_ENDHIST */
62: /*
63: * Mach Operating System
64: * Copyright (c) 1991 Carnegie Mellon University
65: * All Rights Reserved.
66: *
67: * Permission to use, copy, modify and distribute this software and its
68: * documentation is hereby granted, provided that both the copyright
69: * notice and this permission notice appear in all copies of the
70: * software, derivative works or modified versions, and any portions
71: * thereof, and that both notices appear in supporting documentation.
72: *
73: * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
74: * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
75: * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
76: *
77: * Carnegie Mellon requests users of this software to return to
78: *
79: * Software Distribution Coordinator or [email protected]
80: * School of Computer Science
81: * Carnegie Mellon University
82: * Pittsburgh PA 15213-3890
83: *
84: * any improvements or extensions that they make and grant Carnegie Mellon rights
85: * to redistribute these changes.
86: */
87: /*
88: */
89: /*
90: * Time, broken out.
91: */
92: #ifndef _SYS_TM_H_
93: #define _SYS_TM_H_
94: struct tm {
95: int tm_sec;
96: int tm_min;
97: int tm_hour;
98: int tm_mday;
99: int tm_mon;
100: int tm_year;
101: };
102: #endif /* _SYS_TM_H_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.