freebsd-dev/sys/boot/common
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
..
bcache.c Removed mounds of unused variables. 2002-02-25 03:45:09 +00:00
boot.c
bootstrap.h Declare time(not3) instead of depending on namespace pollution 3 layers 2002-02-25 04:31:25 +00:00
commands.c
console.c
dev_net.c
dev_net.h
devopen.c
help.common
interp_backslash.c
interp_forth.c
interp_parse.c
interp.c
isapnp.c
isapnp.h
load_aout.c
load_elf.c
load.c
loader.8 Document the hw.physmem kernel environment variable. 2002-02-21 05:15:52 +00:00
ls.c
Makefile.inc
merge_help.awk
misc.c
module.c
newvers.sh
panic.c
pnp.c
pnpdata