* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,
authorRoland McGrath <roland@gnu.org>
Mon, 13 Jan 2003 03:45:38 +0000 (03:45 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 13 Jan 2003 03:45:38 +0000 (03:45 +0000)
commitc01ec9c73d479ac91efb8ec590a6b81cee3ed0af
tree99b389b0d78f0fb21c2769baf54d9129cbfe96a5
parentf1c5213d6908c00e42556e9ac910cf150029f4c2
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use strtoul,

not strtol.  The former is usable in ld.so, the latter not.
ChangeLog
hurd/lookup-retry.c