usr/src/uts/common/fs/zfs/zfs_vfsops.c
changeset 10342 108f0058f837
parent 10298 a0d52501437c
child 10407 34e10c4af053
equal deleted inserted replaced
10341:cb88cd4df985 10342:108f0058f837
   628 
   628 
   629 static void
   629 static void
   630 fuidstr_to_sid(zfsvfs_t *zfsvfs, const char *fuidstr,
   630 fuidstr_to_sid(zfsvfs_t *zfsvfs, const char *fuidstr,
   631     char *domainbuf, int buflen, uid_t *ridp)
   631     char *domainbuf, int buflen, uid_t *ridp)
   632 {
   632 {
   633 	extern uint64_t strtonum(const char *str, char **nptr);
       
   634 	uint64_t fuid;
   633 	uint64_t fuid;
   635 	const char *domain;
   634 	const char *domain;
   636 
   635 
   637 	fuid = strtonum(fuidstr, NULL);
   636 	fuid = strtonum(fuidstr, NULL);
   638 
   637