NTFS: We have atoul.

This commit is contained in:
Augustin Cavalier
2018-10-17 18:36:41 -04:00
parent 7deac31935
commit 33c475ecba
@@ -4097,6 +4097,7 @@ int ntfs_build_permissions(const char *securattr,
return (perm); return (perm);
} }
#ifndef __HAIKU__
/* /*
* The following must be in some library... * The following must be in some library...
*/ */
@@ -4110,6 +4111,7 @@ static unsigned long atoul(const char *p)
v = v * 10 + (*p++) - '0'; v = v * 10 + (*p++) - '0';
return (v); return (v);
} }
#endif
/* /*
* Build an internal representation of a SID * Build an internal representation of a SID