summaryrefslogtreecommitdiff
path: root/include/arpa/nameser.h
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2001-07-25 17:05:47 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2001-07-25 17:05:47 +0000
commit21998335cb2b35b91fa8e7839c7fec75449a159b (patch)
tree5e3c9fb08b27ff872d03c8a3b9a8909bc4194157 /include/arpa/nameser.h
parent2fca4bf9dc6738fc880be9d725d3a0718ded6f06 (diff)
EDNS0 RFC ref typo. ok deraadt@
Diffstat (limited to 'include/arpa/nameser.h')
-rw-r--r--include/arpa/nameser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h
index b1086ad9205..ad647947a52 100644
--- a/include/arpa/nameser.h
+++ b/include/arpa/nameser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nameser.h,v 1.4 2001/06/11 10:06:03 itojun Exp $ */
+/* $OpenBSD: nameser.h,v 1.5 2001/07/25 17:05:46 jakob Exp $ */
/*
* ++Copyright++ 1983, 1989, 1993
@@ -183,7 +183,7 @@
#define T_SRV 33 /* Server selection */
#define T_ATMA 34 /* ATM Address */
#define T_NAPTR 35 /* Naming Authority PoinTeR */
-#define T_OPT 41 /* OPT pseudo-RR, RFC2761 */
+#define T_OPT 41 /* OPT pseudo-RR, RFC2671 */
/* non standard */
#define T_UINFO 100 /* user (finger) information */
#define T_UID 101 /* user ID */