Style(9) cleanup.
authorChris Pressey <cpressey@dragonflybsd.org>
Sun, 11 Apr 2004 21:28:03 +0000 (21:28 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Sun, 11 Apr 2004 21:28:03 +0000 (21:28 +0000)
commit576a97331a04f67560b67743bfe0b1c5d586f4d1
treec04c6a8a0bd29b5eac221de52bd85a370d416699
parentdd3af26c700572ba08bf237c1565628a8a1dd08b
Style(9) cleanup.

- Convert K&R-style function definitions to ANSI style.
- Remove `register' keywords.
- Use stdarg.h instead of varargs.h for variable numbers of arguments.
- #define _KERNEL_STRUCTURES when accessing kernel structures.
- No functional changes.
lib/libkvm/kvm.c
lib/libkvm/kvm_alpha.c
lib/libkvm/kvm_file.c
lib/libkvm/kvm_getloadavg.c
lib/libkvm/kvm_getswapinfo.c
lib/libkvm/kvm_proc.c
lib/libkvm/kvm_sparc.c