freebsd-dev/usr.bin/kdump
David Malone 91fbb9c1db 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.
2002-07-28 16:05:07 +00:00
..
kdump.1 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
kdump.c Improve WARNS situation for kdump: 2002-07-28 16:05:07 +00:00
Makefile Dependencies are delimited by space not tab. 2002-07-23 09:15:45 +00:00
mkioctls Better warnings fixes. Use more sane argument types instead of bogus casts 2002-06-24 16:35:19 +00:00