Bruce Evans 0c6ec4aca0 Declare time(not3) instead of depending on namespace pollution 3 layers
deep in <stand.h> to eventually include <time.h> to declare the user
version.

This is not quite the right place to declare it, but <stand.h> would
be worse because time() is very MD so it isn't in libstand.

Many places in the boot sources still get the user version using only
1 layer of pollution (#include <sys/time.h>.  Some pollute themselves
directly (#include <time.h>).  But the boot Makefiles are too broken
to enable warnings for redeclarations.
2002-02-25 04:31:25 +00:00
..
2002-02-25 03:45:09 +00:00
2001-11-19 17:30:26 +00:00
2000-05-01 18:03:15 +00:00
2001-03-27 11:59:22 +00:00
2000-12-30 20:40:16 +00:00