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

s/ISC_R_ENTROPY/ISC_R_NOENTROPY/g

This commit is contained in:
Michael Graff
2000-06-08 22:17:03 +00:00
parent 24a4a1954a
commit 81b7c342c4

View File

@@ -63,7 +63,7 @@
#define ISC_R_FILEEXISTS 39
#define ISC_R_NOTCONNECTED 40 /* socket is not connected */
#define ISC_R_RANGE 41 /* out of range */
#define ISC_R_ENTROPY 42 /* out of entropy */
#define ISC_R_NOENTROPY 42 /* out of entropy */
#define ISC_R_NRESULTS 43 /* Number of results */