freebsd-dev/sbin/ifconfig
Garrett Wollman a1199adebc Fix lots of non-bug questionable code:
- Don't link against libkvm and don't uselessly include <kvm.h>.
- Declare constant objects as const.
- Declare functions with the correct types.
- Call functions with the correct parameters.

Not fixed:

- The sysctl parsing remains ugly (but it may be the best we can do).
- atnetrange() should use strtoul() rather than sscanf() for better
  error checking.
1996-11-21 19:36:09 +00:00
..
ifconfig.8 Just realised the man page didn't mention the appletalk specific options 1996-09-04 20:21:47 +00:00
ifconfig.c Fix lots of non-bug questionable code: 1996-11-21 19:36:09 +00:00
Makefile Fix lots of non-bug questionable code: 1996-11-21 19:36:09 +00:00