2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Handle EDQUOT and ENOSPC errors

This commit is contained in:
Mark Andrews
2019-02-26 13:01:53 +11:00
committed by Evan Hunt
parent fced495d47
commit 435ae2f29a
5 changed files with 18 additions and 1 deletions

View File

@@ -85,9 +85,11 @@
#define ISC_R_WOULDBLOCK 63 /*%< would block */
#define ISC_R_COMPLETE 64 /*%< complete */
#define ISC_R_CRYPTOFAILURE 65 /*%< cryptography library failure */
#define ISC_R_DISCQUOTA 66 /*%< disc quota */
#define ISC_R_DISCFULL 67 /*%< disc full */
/*% Not a result code: the number of results. */
#define ISC_R_NRESULTS 66
#define ISC_R_NRESULTS 68
ISC_LANG_BEGINDECLS