mike
9e6f796b0d
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-10-25 01:30:54 +00:00
2000-11-10 06:10:28 +00:00
2002-07-07 18:04:45 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2001-10-29 07:07:25 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2002-03-17 12:18:05 +00:00
2002-02-01 16:33:40 +00:00
2002-02-01 16:33:40 +00:00
2002-02-01 16:33:40 +00:00
2001-11-06 22:31:10 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2002-05-19 10:50:38 +00:00
2002-03-21 23:39:28 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2001-09-30 22:28:01 +00:00
2002-03-17 12:18:05 +00:00
2002-06-29 09:00:47 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2002-06-02 10:05:55 +00:00
2001-09-30 22:28:01 +00:00
2002-07-20 04:18:20 +00:00
2002-03-21 23:39:28 +00:00
2000-11-10 06:06:55 +00:00
2002-03-21 23:39:28 +00:00
2002-07-31 20:17:06 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2002-05-13 13:31:20 +00:00
2002-03-21 23:54:04 +00:00
2002-03-21 23:39:28 +00:00
2002-03-21 23:39:28 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 07:31:48 +00:00
2002-08-21 16:20:02 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2001-09-30 22:28:01 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2002-07-07 23:01:36 +00:00
2001-09-30 22:28:01 +00:00
2002-03-21 23:39:28 +00:00
2002-06-21 06:18:05 +00:00
2002-03-21 23:39:28 +00:00
2002-07-20 04:18:20 +00:00
2002-07-20 04:18:20 +00:00
2001-09-30 22:28:01 +00:00
2002-03-17 12:18:05 +00:00
2002-07-20 04:18:20 +00:00