Ported some code that uses quotactl to 4.3 p19 and it fails with EINVAL
when trying to:
quotactl("var/mail", QCMD(Q_GETQUOTA, USRQUOTA), VALID_UID, &blk)
Looked at the source for edquota on 4.5 RELEASE (what I had handy),
and ran a copy of it through gdb, it fails with the same error,
then it goes in and reads/writes the quota files directly!
So, is quotactl just not supported or do the filesystems need to
be converted or what?
/\/\ \/\/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message