[Bug 234413] quotactl() returns wrong error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 2 00:28:57 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234413

--- Comment #16 from Timur I. Bakeyev <timur at FreeBSD.org> ---
Sean, so would it be sufficient to put in tho the client code something like:

+#if defined(__FreeBSD__) && ((__FreeBSD_version >= 1102503 &&
__FreeBSD_version <= 1102506) || (__FreeBSD_version >= 1200072 &&
__FreeBSD_version <= 1200503) || (__FreeBSD_version >= 1300000 &&
__FreeBSD_version <= 1300009))
+                       && errno != ENOENT
+#endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list