change TASKSHUTDOWN to TASKDONE

This commit is contained in:
Bob Halley 1999-05-10 22:49:22 +00:00
parent 480ad611fe
commit d6b0e99380
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ typedef unsigned int isc_result_t;
#define ISC_R_NORESOURCES 13 /* not enough resources */
#define ISC_R_EOF 14 /* end of file */
#define ISC_R_BOUND 15 /* already bound */
#define ISC_R_TASKSHUTDOWN 16 /* task was shut down */
#define ISC_R_TASKDONE 16 /* task is done */
#define ISC_R_LOCKBUSY 17
#define ISC_R_EXISTS 18
#define ISC_R_NOSPACE 19 /* ran out of space */

View file

@ -36,7 +36,7 @@ static char *text_table[ISC_R_LASTENTRY + 1] = {
"not enough free resources", /* 13 */
"end of file", /* 14 */
"socket already bound", /* 15 */
"task is shut down", /* 16 */
"task is done", /* 16 */
"lock busy", /* 17 */
"already exists", /* 18 */
"ran out of space", /* 19 */