Mike Barcroft
abbd890233
o Merge <machine/ansi.h> and <machine/types.h> into a new header
...
called <machine/_types.h>.
o <machine/ansi.h> will continue to live so it can define MD clock
macros, which are only MD because of gratuitous differences between
architectures.
o Change all headers to make use of this. This mainly involves
changing:
#ifdef _BSD_FOO_T_
typedef _BSD_FOO_T_ foo_t;
#undef _BSD_FOO_T_
#endif
to:
#ifndef _FOO_T_DECLARED
typedef __foo_t foo_t;
#define _FOO_T_DECLARED
#endif
Concept by: bde
Reviewed by: jake, obrien
2002-08-21 16:20:02 +00:00
..
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 15:52:23 +00:00
2002-08-16 22:05:19 +00:00
2002-08-04 19:34:38 +00:00
2002-08-18 07:05:00 +00:00
2002-08-20 21:59:50 +00:00
2002-07-30 19:35:32 +00:00
2002-07-15 13:45:15 +00:00
2002-08-14 17:56:47 +00:00
2002-08-21 15:01:53 +00:00
2002-08-20 04:46:59 +00:00
2002-06-29 07:47:20 +00:00
2002-08-15 20:55:08 +00:00
2002-08-12 07:53:55 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-13 10:05:50 +00:00
2002-08-21 08:34:48 +00:00
2002-07-15 13:34:50 +00:00
2002-08-20 23:58:49 +00:00
2002-08-19 19:22:41 +00:00
2002-08-15 18:58:44 +00:00
2002-08-18 07:05:00 +00:00
2002-08-20 21:59:50 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-07-27 23:15:08 +00:00
2002-07-10 16:39:38 +00:00
2002-07-28 19:59:31 +00:00
2002-07-28 19:59:31 +00:00
2002-08-18 07:05:00 +00:00
2002-08-04 10:29:36 +00:00
2002-08-20 14:39:29 +00:00
2002-07-31 20:01:11 +00:00
2002-08-19 16:54:26 +00:00
2002-06-29 17:26:22 +00:00
2002-08-21 16:20:02 +00:00
2002-08-20 02:54:09 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 06:19:29 +00:00
2002-08-20 11:34:58 +00:00
2002-08-11 00:21:40 +00:00