K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-01-03T19:03:40.000000Z K 7 svn:log V 287 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 END