* Remove timevaladd() and move timevalfix() and timevalsub() to
authorSascha Wildner <swildner@dragonflybsd.org>
Wed, 1 Jun 2005 03:05:40 +0000 (03:05 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Wed, 1 Jun 2005 03:05:40 +0000 (03:05 +0000)
commit0044293ff7280e035bd170a6bfbe748088bfa6ac
tree180d6cdc898dcece965fda9eb3233f7f6da4345d
parentab39ebc395fb465c10ab9a69cbb1643a8fff5e30
* Remove timevaladd() and move timevalfix() and timevalsub() to
  usr.bin/kdump where they belong.

* Include missing <stdlib.h>, add prototypes, staticize, constify,
  remove void casts, add __unused.

* Minor style(9) cleanup.

* Bump WARNS to 6.

Submitted by:     Haakon Schad Bergsaker <hakonsb@math.uio.no>
Modifications by: me
usr.bin/kdump/kdump.c
usr.bin/ktrace/Makefile
usr.bin/ktrace/ktrace.c
usr.bin/ktrace/ktrace.h
usr.bin/ktrace/subr.c