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