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

/freebsd-10.0-release/sbin/badsect/
H A Dbadsect.cdiff 139648 Mon Jan 03 17:03:40 MST 2005 rwatson The badsect(8) utility uses atol(), which doesn't allow very good error
checking and only recognizes numbers in base 10. The attached patch
checks errno after strtol() and uses a base of 0 to allow octal, or hex
sector numbers too.

PR: 73112
Submitted by: keramida
MFC after: 2 weeks

Completed in 53 milliseconds