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-07-17 02:03:19 +00:00
2002-07-21 20:37:58 +00:00
2002-05-28 16:56:14 +00:00
2002-08-21 16:20:02 +00:00
2002-03-23 17:24:55 +00:00
2000-10-09 12:34:51 +00:00
2002-03-23 17:24:55 +00:00
2002-08-01 07:18:38 +00:00
2002-08-21 16:20:02 +00:00
2002-03-26 01:35:05 +00:00
2002-03-23 17:24:55 +00:00
2002-05-29 19:35:13 +00:00
2001-05-02 23:56:21 +00:00
2002-07-04 11:05:39 +00:00
2002-08-21 16:20:02 +00:00
2002-08-05 16:37:05 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-03-26 01:35:05 +00:00
2002-07-17 04:58:09 +00:00
2002-08-21 16:20:02 +00:00
2002-03-23 17:24:55 +00:00
2002-06-16 08:29:35 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-08-21 16:20:02 +00:00
1999-08-27 23:45:13 +00:00
2002-04-17 13:06:36 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2001-06-18 20:24:54 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-08-08 04:50:36 +00:00
2001-11-07 23:14:31 +00:00
2002-03-23 17:24:55 +00:00
2002-08-21 16:20:02 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-08-21 16:20:02 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
1999-08-27 23:45:13 +00:00
2002-07-14 13:04:15 +00:00
2002-05-24 04:35:55 +00:00
2002-03-23 17:24:55 +00:00
2002-08-21 16:20:02 +00:00
2002-03-08 20:52:52 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-03-23 17:24:55 +00:00
2002-08-21 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-03-23 17:24:55 +00:00
2002-08-21 16:20:02 +00:00
2002-08-16 07:33:14 +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
1999-08-28 05:11:36 +00:00
2002-08-21 16:20:02 +00:00
2002-03-23 17:24:55 +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
1999-08-27 23:45:13 +00:00
2002-03-23 17:24:55 +00:00
2002-08-08 04:50:36 +00:00
2002-08-21 16:20:02 +00:00
2002-03-23 17:24:55 +00:00
2001-10-27 20:40:54 +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