Searched hist:100824 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/kdump/
H A Dkdump.cdiff 100824 Sun Jul 28 16:05:07 MDT 2002 dwmalone Improve WARNS situation for kdump:

1) Define _KERNEL while including sys/time.h to get some function prototypes.
2) Add prototypes and ANSIify definitions.
3) Constness changes.
4) Remove register keyword.
5) Actually return a sensible value from main.
6) Make fread_tail take a void * instead of a char *.
7) Avoid a signedness warning by casting to a size_t. Should be safe
enough 'cos we also check for nonnegativity.
8) Be extra chummy with sigset_t rather than passing a struct to printf
and pretending it is an int.

Completed in 79 milliseconds