summaryrefslogtreecommitdiff
path: root/dist/bind/lib/isc/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2004-11-06 23:53:21 +0000
committerchristos <christos@NetBSD.org>2004-11-06 23:53:21 +0000
commitdfd98c8a16d53dff0d1bdca29bcddc6571054129 (patch)
tree24f3891f470a8e79f037a71c4b43266f23767859 /dist/bind/lib/isc/include
parentaefec4290d9fd9e83eaf8b2b4ada33ff37ecaedb (diff)
Import bind-9.3.0
Diffstat (limited to 'dist/bind/lib/isc/include')
-rw-r--r--dist/bind/lib/isc/include/isc/result.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/dist/bind/lib/isc/include/isc/result.h b/dist/bind/lib/isc/include/isc/result.h
index 431c57e643e..33e4ef70309 100644
--- a/dist/bind/lib/isc/include/isc/result.h
+++ b/dist/bind/lib/isc/include/isc/result.h
@@ -1,4 +1,4 @@
-/* $NetBSD: result.h,v 1.1.1.1 2004/05/17 23:45:04 christos Exp $ */
+/* $NetBSD: result.h,v 1.1.1.2 2004/11/06 23:55:51 christos Exp $ */
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -17,7 +17,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* Id: result.h,v 1.57.2.2.8.4 2004/03/08 09:04:53 marka Exp */
+/* Id: result.h,v 1.57.2.2.8.5 2004/05/15 03:46:13 jinmei Exp */
#ifndef ISC_RESULT_H
#define ISC_RESULT_H 1
@@ -84,11 +84,12 @@
#define ISC_R_BADNUMBER 56 /* not a valid number */
#define ISC_R_DISABLED 57 /* disabled */
#define ISC_R_MAXSIZE 58 /* max size */
+#define ISC_R_BADADDRESSFORM 59 /* invalid address format */
/*
* Not a result code: the number of results.
*/
-#define ISC_R_NRESULTS 59
+#define ISC_R_NRESULTS 60
ISC_LANG_BEGINDECLS