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-03-22 21:53:29 +00:00
2002-08-19 03:52:36 +00:00
2002-03-22 21:53:29 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2001-11-14 16:24:51 +00:00
2002-03-22 21:53:29 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2002-08-13 09:30:41 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-05-31 05:01:17 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-03-22 21:53:29 +00:00
2002-08-13 09:30:41 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 23:42:05 +00:00
2001-11-20 13:58:21 +00:00
2002-03-22 21:53:29 +00:00
2002-08-15 09:47:10 +00:00
2002-03-22 21:53:29 +00:00
2002-08-13 09:30:41 +00:00
2001-10-01 16:09:29 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2001-10-01 16:09:29 +00:00
2002-08-13 09:30:41 +00:00
2002-03-22 21:53:29 +00:00
2002-05-28 17:03:12 +00:00
2002-07-15 19:42:25 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2001-10-01 16:09:29 +00:00
2002-05-28 17:03:12 +00:00
2002-03-22 21:53:29 +00:00
2002-05-28 17:03:12 +00:00
2002-03-22 21:53:29 +00:00
2002-08-13 10:47:17 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-05-29 15:42:59 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-03-22 21:53:29 +00:00
2002-08-13 10:47:17 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-03-22 23:42:05 +00:00
2002-08-21 16:20:02 +00:00
2002-03-22 21:53:29 +00:00
2002-08-13 18:55:51 +00:00
2001-10-01 16:09:29 +00:00
2002-05-27 19:27:43 +00:00
2002-03-22 21:53:29 +00:00
2002-08-15 10:28:52 +00:00
2002-08-15 09:47:10 +00:00
2001-10-01 16:09:29 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-08-13 10:47:17 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 09:30:41 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-05-30 09:53:47 +00:00
2002-05-28 17:03:12 +00:00
2002-08-14 23:45:42 +00:00
2002-08-14 23:45:42 +00:00
2002-03-22 21:53:29 +00:00
2002-08-14 23:45:42 +00:00
2002-08-15 09:47:10 +00:00
2002-08-15 09:47:10 +00:00
2002-05-28 17:03:12 +00:00
2002-08-13 09:30:41 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-01-09 14:01:22 +00:00
2002-03-22 21:53:29 +00:00
2001-10-01 16:09:29 +00:00
2002-08-13 09:30:41 +00:00
2002-08-13 10:50:22 +00:00
2002-08-13 09:30:41 +00:00
2002-08-21 16:20:02 +00:00
2002-08-15 10:28:52 +00:00
2002-08-13 09:30:41 +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 16:20:02 +00:00
2002-08-21 16:20:02 +00:00
2002-08-13 09:30:41 +00:00
2002-03-22 21:53:29 +00:00