K 10 svn:author V 5 jamie K 8 svn:date V 27 2009-07-30T05:36:31.660372Z K 7 svn:log V 288 Preset errno to zero before calling strtol(), so the check afterwards will be valid. This is required since the malloc call from r195859 leaves errno in an unknown state. For STABLE-7 only, as CURRENT doesn't make this strtol call. Reported by: Michael Butler Approved by: bz (mentor) END