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
..
2001-12-14 15:27:15 +00:00
2002-06-30 05:48:03 +00:00
2002-07-29 17:41:23 +00:00
2002-07-29 17:41:23 +00:00
2002-08-21 16:20:02 +00:00
2002-07-30 19:35:32 +00:00
2001-12-20 23:48:31 +00:00
2002-03-23 02:01:27 +00:00
2002-06-01 20:22:33 +00:00
2002-07-18 15:56:46 +00:00
2002-07-15 13:25:15 +00:00
2002-07-15 13:25:15 +00:00
2001-10-06 16:27:21 +00:00
2002-02-27 17:16:18 +00:00
2002-03-20 05:48:58 +00:00
2002-03-20 05:48:58 +00:00
2002-07-21 05:22:16 +00:00
2002-08-02 18:45:43 +00:00
2002-07-10 20:15:58 +00:00
2001-09-15 11:06:07 +00:00
2002-05-30 08:32:18 +00:00
2002-08-21 16:20:02 +00:00
2002-06-01 17:39:46 +00:00
2002-03-20 05:48:58 +00:00
2002-03-20 05:48:58 +00:00
2000-09-29 13:46:07 +00:00
2002-06-29 07:04:59 +00:00
2002-08-20 13:50:17 +00:00
2002-07-29 17:41:23 +00:00
2002-08-02 18:45:43 +00:00
2002-07-12 07:56:11 +00:00
2002-03-28 15:14:23 +00:00
2002-03-20 05:48:58 +00:00
2002-06-30 07:42:36 +00:00
2002-03-20 05:48:58 +00:00
2002-03-27 05:39:23 +00:00
2001-08-21 03:10:55 +00:00
2002-07-15 13:29:40 +00:00
2002-08-05 03:40:28 +00:00
2002-07-10 20:15:58 +00:00
2002-04-21 10:49:00 +00:00
2001-11-15 23:01:29 +00:00
2002-03-16 00:25:53 +00:00
2002-03-20 05:48:58 +00:00
2002-06-20 06:21:20 +00:00
2002-03-23 15:09:35 +00:00
2000-10-06 11:53:32 +00:00
2002-02-17 17:40:34 +00:00
2002-02-17 17:40:34 +00:00
2002-07-12 07:56:11 +00:00
2002-06-22 23:00:33 +00:00
2002-08-21 16:20:02 +00:00
2002-03-20 05:48:58 +00:00
2001-07-12 06:32:51 +00:00
2000-10-27 08:30:59 +00:00
2002-01-10 02:32:30 +00:00
2002-08-21 16:20:02 +00:00