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

/freebsd-11-stable/sbin/ifconfig/
H A DMakefilediff 19914 Thu Nov 21 17:36:09 MST 1996 wollman 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.
H A Difconfig.cdiff 19914 Thu Nov 21 17:36:09 MST 1996 wollman 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.

Completed in 93 milliseconds